Html Css Color HEX #EAC7B0 Desert Sand

📋 copy color: '#EAC7B0'

red 234 ◦ green 199 ◦ blue 176

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

Shades of Desert Sand #EAC7B0

Tints of Desert Sand #EAC7B0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.68%

 BLUE value IS 176 (69.14% from 255) = 28.9%

R = 38.42%
G = 32.68%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EAC7B0 (or 0xEAC7B0) is known color: Desert Sand. HEX triplet: EA, C7 and B0. RGB value is (234,199,176). Sum of RGB (Red+Green+Blue) = 234+199+176=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC7B0 is #15384F. Grayscale: #CECECE. Windows color (decimal): -1390672 or 11585514. OLE color: 11585514.

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

Color convert

RGB 234 199 176 -
CMYK 0 0.15 0.25 0.08
HSL 23.79º 0.58% 0.8% -
HSV(B) 23.79º 0.25% 0.92% -
XYZ 62.19 61.47 49.66 -
YUV 206.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 234 199 176 0 0.15 0.25 0.08 23.79 0.58 0.8
Hex EA C7 B0 0 F 19 8 18 3A 50
Octal 352 307 260 0 17 31 10 30 72 120
Binary 11101010 11000111 10110000 0 1111 11001 1000 11000 111010 1010000

Color Harmonies of #EAC7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC7B0

Black with #EAC7B0

Text Example


Text Example

White with #EAC7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC7B0; }

 p { color: rgb(234,199,176); }

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

background-color css

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

 a { background-color: rgb(234,199,176); }

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

border-color css

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

 span { border-color: rgb(234,199,176); }

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