Html Css Color HEX #EECDAE Desert Sand

📋 copy color: '#EECDAE'

red 238 ◦ green 205 ◦ blue 174

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

Shades of Desert Sand #EECDAE

Tints of Desert Sand #EECDAE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.23%

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

R = 38.57%
G = 33.23%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EECDAE (or 0xEECDAE) is known color: Desert Sand. HEX triplet: EE, CD and AE. RGB value is (238,205,174). Sum of RGB (Red+Green+Blue) = 238+205+174=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECDAE is #113251. Grayscale: #D3D3D3. Windows color (decimal): -1126994 or 11455982. OLE color: 11455982.

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

Color convert

RGB 238 205 174 -
CMYK 0 0.14 0.27 0.07
HSL 29.06º 0.65% 0.81% -
HSV(B) 29.06º 0.27% 0.93% -
XYZ 64.73 64.9 49.16 -
YUV 211.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 238 205 174 0 0.14 0.27 0.07 29.06 0.65 0.81
Hex EE CD AE 0 E 1B 7 1D 41 51
Octal 356 315 256 0 16 33 7 35 101 121
Binary 11101110 11001101 10101110 0 1110 11011 111 11101 1000001 1010001

Color Harmonies of #EECDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDAE

Black with #EECDAE

Text Example


Text Example

White with #EECDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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