Html Css Color HEX #EEC5AA Desert Sand

📋 copy color: '#EEC5AA'

red 238 ◦ green 197 ◦ blue 170

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

Shades of Desert Sand #EEC5AA

Tints of Desert Sand #EEC5AA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.56%

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

R = 39.34%
G = 32.56%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EEC5AA (or 0xEEC5AA) is known color: Desert Sand. HEX triplet: EE, C5 and AA. RGB value is (238,197,170). Sum of RGB (Red+Green+Blue) = 238+197+170=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC5AA is #113A55. Grayscale: #CECECE. Windows color (decimal): -1129046 or 11191790. OLE color: 11191790.

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

Color convert

RGB 238 197 170 -
CMYK 0 0.17 0.29 0.07
HSL 23.82º 0.67% 0.8% -
HSV(B) 23.82º 0.29% 0.93% -
XYZ 62.48 61.01 46.51 -
YUV 206.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 238 197 170 0 0.17 0.29 0.07 23.82 0.67 0.8
Hex EE C5 AA 0 11 1D 7 18 43 50
Octal 356 305 252 0 21 35 7 30 103 120
Binary 11101110 11000101 10101010 0 10001 11101 111 11000 1000011 1010000

Color Harmonies of #EEC5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC5AA

Black with #EEC5AA

Text Example


Text Example

White with #EEC5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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