#EECFAF

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

Shades of Desert Sand #EECFAF

Tints of Desert Sand #EECFAF

Color information

#EECFAF (or 0xEECFAF) is unknown color: approx Desert Sand. HEX triplet: EE, CF and AF. RGB value is (238,207,175). Sum of RGB (Red+Green+Blue) = 238+207+175=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECFAF is #113050. Grayscale: #D4D4D4. Windows color (decimal): -1126481 or 11522030. OLE color: 11522030.

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

Color convert

RGB238207175-
CMYK00.130.260.07
HSL30.48º64.95%80.98%-
HSV(B)30.48º26.47%93.33%-
XYZ65.3165.949.83-
YUV212.62106.77146.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=38.39%
G=33.39%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820717500.130.260.0730.4864.9580.98
HexEECFAF0D1A71e4151
Octal35631725701532736101121
Binary11101110110011111010111101101110101111111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFAF; }

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

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

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

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

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

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

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

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