#EEAFAC

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

Shades of Sundown #EEAFAC

Tints of Sundown #EEAFAC

Color information

#EEAFAC (or 0xEEAFAC) is unknown color: approx Sundown. HEX triplet: EE, AF and AC. RGB value is (238,175,172). Sum of RGB (Red+Green+Blue) = 238+175+172=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAFAC is #115053. Grayscale: #C1C1C1. Windows color (decimal): -1134676 or 11317230. OLE color: 11317230.

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

Color convert

RGB238175172-
CMYK00.260.280.07
HSL2.73º66%80.39%-
HSV(B)2.73º27.73%93.33%-
XYZ58.0451.8245.97-
YUV193.5115.87159.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.68%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=40.68%
G=29.91%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817517200.260.280.072.736680.39
HexEEAFAC01A1C734250
Octal3562572540323473102120
Binary111011101010111110101100011010111001111110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFAC; }

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

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

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

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

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

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

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

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