#EEB0AF

Color #EEB0AF Sundown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundown #EEB0AF

Tints of Sundown #EEB0AF

Color information

#EEB0AF (or 0xEEB0AF) is unknown color: approx Sundown. HEX triplet: EE, B0 and AF. RGB value is (238,176,175). Sum of RGB (Red+Green+Blue) = 238+176+175=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB0AF is #114F50. Grayscale: #C2C2C2. Windows color (decimal): -1134417 or 11514094. OLE color: 11514094.

HSL color Cylindrical-coordinate representation of color #EEB0AF: hue angle of 0.95º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0AF is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238176175-
CMYK00.260.260.07
HSL0.95º64.95%80.98%-
HSV(B)0.95º26.47%93.33%-
XYZ58.5252.3247.57-
YUV194.42117.04159.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=40.41%
G=29.88%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817617500.260.260.070.9564.9580.98
HexEEB0AF01A1A714151
Octal3562602570323271101121
Binary11101110101100001010111101101011010111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0AF; }

 p { color: rgb(238,176,175); }

 H1.HeaderClassName
 {
   color: #EEB0AF;
 }
 .AnyTagClassName
 {
   color: #EEB0AF;
 }
</style>
background-color css

<style>
 a { background-color: #EEB0AF; }

 a { background-color: rgb(238,176,175); }

 div.DivClassName
 {
   background-color: #EEB0AF;
 }
 .BgClassName
 {
   background-color: #EEB0AF;
 }
</style>
border-color css

<style>
 span { border-color: #EEB0AF; }

 span { border-color: rgb(238,176,175); }

 td.TdClassName
 {
   border-color: #EEB0AF;
 }
 .TagClassName
 {
   border-color: #EEB0AF;
 }
</style>