Html Css Color HEX #EEC4AA Desert Sand

📋 copy color: '#EEC4AA'

red 238 ◦ green 196 ◦ blue 170

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

Shades of Desert Sand #EEC4AA

Tints of Desert Sand #EEC4AA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.45%

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

R = 39.4%
G = 32.45%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EEC4AA (or 0xEEC4AA) is known color: Desert Sand. HEX triplet: EE, C4 and AA. RGB value is (238,196,170). Sum of RGB (Red+Green+Blue) = 238+196+170=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC4AA is #113B55. Grayscale: #CDCDCD. Windows color (decimal): -1129302 or 11191534. OLE color: 11191534.

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

Color convert

RGB 238 196 170 -
CMYK 0 0.18 0.29 0.07
HSL 22.94º 0.67% 0.8% -
HSV(B) 22.94º 0.29% 0.93% -
XYZ 62.26 60.56 46.44 -
YUV 205.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 238 196 170 0 0.18 0.29 0.07 22.94 0.67 0.8
Hex EE C4 AA 0 12 1D 7 17 43 50
Octal 356 304 252 0 22 35 7 27 103 120
Binary 11101110 11000100 10101010 0 10010 11101 111 10111 1000011 1010000

Color Harmonies of #EEC4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4AA

Black with #EEC4AA

Text Example


Text Example

White with #EEC4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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