#EAC4A8

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

Shades of Desert Sand #EAC4A8

Tints of Desert Sand #EAC4A8

Color information

#EAC4A8 (or 0xEAC4A8) is unknown color: approx Desert Sand. HEX triplet: EA, C4 and A8. RGB value is (234,196,168). Sum of RGB (Red+Green+Blue) = 234+196+168=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 196 (76.95% from 255 or 32.78% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC4A8 is #153B57. Grayscale: #CCCCCC. Windows color (decimal): -1391448 or 11060458. OLE color: 11060458.

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

Color convert

RGB234196168-
CMYK00.160.280.08
HSL25.45º61.11%78.82%-
HSV(B)25.45º28.21%91.76%-
XYZ60.7459.845.39-
YUV204.17107.59149.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 196 (76.95% from 255) = 32.78%
BLUE value IS 168 (66.02% from 255) = 28.09%
R=39.13%
G=32.78%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419616800.160.280.0825.4561.1178.82
HexEAC4A80101C8193d4f
Octal35230425002034103175117
Binary111010101100010010101000010000111001000110011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4A8; }

 p { color: rgb(234,196,168); }

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

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

 a { background-color: rgb(234,196,168); }

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

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

 span { border-color: rgb(234,196,168); }

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