Html Css Color HEX #EEC5AD Desert Sand

📋 copy color: '#EEC5AD'

red 238 ◦ green 197 ◦ blue 173

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

Shades of Desert Sand #EEC5AD

Tints of Desert Sand #EEC5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.45%

R = 39.14%
G = 32.4%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EEC5AD (or 0xEEC5AD) is known color: Desert Sand. HEX triplet: EE, C5 and AD. RGB value is (238,197,173). Sum of RGB (Red+Green+Blue) = 238+197+173=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC5AD is #113A52. Grayscale: #CECECE. Windows color (decimal): -1129043 or 11388398. OLE color: 11388398.

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

Color convert

RGB 238 197 173 -
CMYK 0 0.17 0.27 0.07
HSL 22.15º 0.66% 0.81% -
HSV(B) 22.15º 0.27% 0.93% -
XYZ 62.77 61.13 48.03 -
YUV 206.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 238 197 173 0 0.17 0.27 0.07 22.15 0.66 0.81
Hex EE C5 AD 0 11 1B 7 16 42 51
Octal 356 305 255 0 21 33 7 26 102 121
Binary 11101110 11000101 10101101 0 10001 11011 111 10110 1000010 1010001

Color Harmonies of #EEC5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC5AD

Black with #EEC5AD

Text Example


Text Example

White with #EEC5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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