Html Css Color HEX #EECFAE Desert Sand

📋 copy color: '#EECFAE'

red 238 ◦ green 207 ◦ blue 174

#EECFAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert Sand #EECFAE

Tints of Desert Sand #EECFAE

RGB

 RED value IS 238 (93.36% from 255) = 38.45%

 GREEN value IS 207 (81.25% from 255) = 33.44%

 BLUE value IS 174 (68.36% from 255) = 28.11%

R = 38.45%
G = 33.44%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EECFAE (or 0xEECFAE) is known color: Desert Sand. HEX triplet: EE, CF and AE. RGB value is (238,207,174). Sum of RGB (Red+Green+Blue) = 238+207+174=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECFAE is #113051. Grayscale: #D4D4D4. Windows color (decimal): -1126482 or 11456494. OLE color: 11456494.

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

Color convert

RGB 238 207 174 -
CMYK 0 0.13 0.27 0.07
HSL 30.94º 0.65% 0.81% -
HSV(B) 30.94º 0.27% 0.93% -
XYZ 65.21 65.86 49.32 -
YUV 212.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 238 207 174 0 0.13 0.27 0.07 30.94 0.65 0.81
Hex EE CF AE 0 D 1B 7 1F 41 51
Octal 356 317 256 0 15 33 7 37 101 121
Binary 11101110 11001111 10101110 0 1101 11011 111 11111 1000001 1010001

Color Harmonies of #EECFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECFAE

Black with #EECFAE

Text Example


Text Example

White with #EECFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECFAE; }

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

 H1.HeaderClassName
 {
   color: #EECFAE;
 }
 .AnyTagClassName
 {
   color: #EECFAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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