#EAC7B0

Color #EAC7B0 Desert Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert Sand #EAC7B0

Tints of Desert Sand #EAC7B0

Color information

#EAC7B0 (or 0xEAC7B0) is unknown color: approx 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

RGB234199176-
CMYK00.150.250.08
HSL23.79º58%80.39%-
HSV(B)23.79º24.79%91.76%-
XYZ62.1961.4749.66-
YUV206.84110.6147.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 199 (78.12% from 255) = 32.68%
BLUE value IS 176 (69.14% from 255) = 28.90%
R=38.42%
G=32.68%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419917600.150.250.0823.795880.39
HexEAC7B00F198183a50
Octal35230726001731103072120
Binary11101010110001111011000001111110011000110001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>