Html Css Color HEX #EECCAA Desert Sand

📋 copy color: '#EECCAA'

red 238 ◦ green 204 ◦ blue 170

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

Shades of Desert Sand #EECCAA

Tints of Desert Sand #EECCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.33%

 BLUE value IS 170 (66.8% from 255) = 27.78%

R = 38.89%
G = 33.33%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EECCAA (or 0xEECCAA) is known color: Desert Sand. HEX triplet: EE, CC and AA. RGB value is (238,204,170). Sum of RGB (Red+Green+Blue) = 238+204+170=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECCAA is #113355. Grayscale: #D2D2D2. Windows color (decimal): -1127254 or 11193582. OLE color: 11193582.

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

Color convert

RGB 238 204 170 -
CMYK 0 0.14 0.29 0.07
HSL 30º 0.67% 0.8% -
HSV(B) 30º 0.29% 0.93% -
XYZ 64.11 64.27 47.06 -
YUV 210.29 105.26 147.76 -
System Red Green Blue C M Y K H S L
Decimal 238 204 170 0 0.14 0.29 0.07 30 0.67 0.8
Hex EE CC AA 0 E 1D 7 1E 43 50
Octal 356 314 252 0 16 35 7 36 103 120
Binary 11101110 11001100 10101010 0 1110 11101 111 11110 1000011 1010000

Color Harmonies of #EECCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECCAA

Black with #EECCAA

Text Example


Text Example

White with #EECCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECCAA; }

 p { color: rgb(238,204,170); }

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

background-color css

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

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

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

border-color css

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

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

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