#EEAFAF

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

Shades of Sundown #EEAFAF

Tints of Sundown #EEAFAF

Color information

#EEAFAF (or 0xEEAFAF) is unknown color: approx Sundown. HEX triplet: EE, AF and AF. RGB value is (238,175,175). Sum of RGB (Red+Green+Blue) = 238+175+175=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAFAF is #115050. Grayscale: #C1C1C1. Windows color (decimal): -1134673 or 11513838. OLE color: 11513838.

HSL color Cylindrical-coordinate representation of color #EEAFAF: hue angle of 0º 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 #EEAFAF is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238175175-
CMYK00.260.260.07
HSL64.95%80.98%-
HSV(B)26.47%93.33%-
XYZ58.3351.9347.51-
YUV193.84117.37159.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.48%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=40.48%
G=29.76%
B=29.76%

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
Decimal23817517500.260.260.07064.9580.98
HexEEAFAF01A1A704151
Octal3562572570323270101121
Binary11101110101011111010111101101011010111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFAF; }

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

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

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

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

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

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

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

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