#EAC6B0

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

Shades of Desert Sand #EAC6B0

Tints of Desert Sand #EAC6B0

Color information

#EAC6B0 (or 0xEAC6B0) is unknown color: approx Desert Sand. HEX triplet: EA, C6 and B0. RGB value is (234,198,176). Sum of RGB (Red+Green+Blue) = 234+198+176=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC6B0 is #15394F. Grayscale: #CECECE. Windows color (decimal): -1390928 or 11585258. OLE color: 11585258.

HSL color Cylindrical-coordinate representation of color #EAC6B0: hue angle of 22.76º 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 #EAC6B0 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB234198176-
CMYK00.150.250.08
HSL22.76º58%80.39%-
HSV(B)22.76º24.79%91.76%-
XYZ61.9661.0249.59-
YUV206.26110.93147.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 198 (77.73% from 255) = 32.57%
BLUE value IS 176 (69.14% from 255) = 28.95%
R=38.49%
G=32.57%
B=28.95%

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
Decimal23419817600.150.250.0822.765880.39
HexEAC6B00F198173a50
Octal35230626001731102772120
Binary11101010110001101011000001111110011000101111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6B0; }

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

 H1.HeaderClassName
 {
   color: #EAC6B0;
 }
 .AnyTagClassName
 {
   color: #EAC6B0;
 }
</style>
background-color css

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

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

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

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

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

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