Html Css Color HEX #EAC5AA Desert Sand

📋 copy color: '#EAC5AA'

red 234 ◦ green 197 ◦ blue 170

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

Shades of Desert Sand #EAC5AA

Tints of Desert Sand #EAC5AA

RGB

 RED value IS 234 (91.8% from 255) = 38.94%

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

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

R = 38.94%
G = 32.78%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EAC5AA (or 0xEAC5AA) is known color: Desert Sand. HEX triplet: EA, C5 and AA. RGB value is (234,197,170). Sum of RGB (Red+Green+Blue) = 234+197+170=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC5AA is #153A55. Grayscale: #CDCDCD. Windows color (decimal): -1391190 or 11191786. OLE color: 11191786.

HSL color Cylindrical-coordinate representation of color #EAC5AA: hue angle of 25.31º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAC5AA is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 170 -
CMYK 0 0.16 0.27 0.08
HSL 25.31º 0.6% 0.79% -
HSV(B) 25.31º 0.27% 0.92% -
XYZ 61.15 60.33 46.45 -
YUV 204.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 234 197 170 0 0.16 0.27 0.08 25.31 0.6 0.79
Hex EA C5 AA 0 10 1B 8 19 3C 4F
Octal 352 305 252 0 20 33 10 31 74 117
Binary 11101010 11000101 10101010 0 10000 11011 1000 11001 111100 1001111

Color Harmonies of #EAC5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC5AA

Black with #EAC5AA

Text Example


Text Example

White with #EAC5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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