color codes Logo

#ee9265 color codes

#EE9265
(238,146,101)
0 Favorites   0 Comments

Color spaces of #ee9265

RGB 238146101
HSL0.050.800.66
HSV20°58°93°
CMYK 0.000.390.58   0.07
XYZ47.887739.674517.4459
Yxy39.67450.45600.3778
Hunter Lab62.987725.479827.6697
CIE-Lab69.237130.460338.3326

#ee9265 color RGB value is (238,146,101).

#ee9265 hex color red value is 238, green value is 146 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ee9265 hue: 0.05 , saturation: 0.80 and the lightness value of ee9265 is 0.66.

The process color (four color CMYK) of #ee9265 color code is 0.00, 0.39, 0.58, 0.07. Web safe color of #ee9265 is #ff9966. Color #ee9265 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010010 01100101
Octal 356 222 145
Decimal 238 146 101
Hex EE 92 65

RGB Percentages of Color #ee9265

%49.07
%30.10
%20.82

CMYK Percentages of Color #ee9265

%0
%39
%58
%7

Triadic Colors of #ee9265

#ee9265 #65ee92 #9265ee

Analogous Colors of #ee9265

#ee9265 #eed765 #ee657d

Monochromatic Colors of #ee9265

#ee9265

Complementary Color

#ee9265 #65c1ee

#ee9265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee9265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee9265 Color CSS Codes

.mybgcolor {background-color:#ee9265; } 
.myforecolor {color:#ee9265; }
.mybordercolor {border:3px solid #ee9265; }

#ee9265 Text Font Color

<p style="color:#ee9265">Text here</p>

This sample text font color is #ee9265
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ee9265 Background Color

<div style="background-color:#ee9265">
Div content here</div>

This div background color is #ee9265


#ee9265 Border Color

<div style="border:3px solid #ee9265">
Div here</div>

This div border color is #ee9265


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,146,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ee9265; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ee9265;
  -webkit-box-shadow: 1px 1px 3px 2px #ee9265;
  box-shadow:         1px 1px 3px 2px #ee9265; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,146,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ee9265">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ee9265;
  -webkit-box-shadow: 1px 1px 3px 2px #ee9265;
  box-shadow:         1px 1px 3px 2px #ee9265;">
Div content here</div>

This div box has shadow with color #ee9265


Comments

No comments written yet.

Please login to write comment.