Html Css Color HEX #EAC5AD Desert Sand

📋 copy color: '#EAC5AD'

red 234 ◦ green 197 ◦ blue 173

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

Shades of Desert Sand #EAC5AD

Tints of Desert Sand #EAC5AD

RGB

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

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

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

R = 38.74%
G = 32.62%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EAC5AD (or 0xEAC5AD) is known color: Desert Sand. HEX triplet: EA, C5 and AD. RGB value is (234,197,173). Sum of RGB (Red+Green+Blue) = 234+197+173=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC5AD is #153A52. Grayscale: #CDCDCD. Windows color (decimal): -1391187 or 11388394. OLE color: 11388394.

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

Color convert

RGB 234 197 173 -
CMYK 0 0.16 0.26 0.08
HSL 23.61º 0.59% 0.8% -
HSV(B) 23.61º 0.26% 0.92% -
XYZ 61.44 60.44 47.96 -
YUV 205.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 234 197 173 0 0.16 0.26 0.08 23.61 0.59 0.8
Hex EA C5 AD 0 10 1A 8 18 3B 50
Octal 352 305 255 0 20 32 10 30 73 120
Binary 11101010 11000101 10101101 0 10000 11010 1000 11000 111011 1010000

Color Harmonies of #EAC5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC5AD

Black with #EAC5AD

Text Example


Text Example

White with #EAC5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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