#EAC8AF

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

Shades of Desert Sand #EAC8AF

Tints of Desert Sand #EAC8AF

Color information

#EAC8AF (or 0xEAC8AF) is unknown color: approx Desert Sand. HEX triplet: EA, C8 and AF. RGB value is (234,200,175). Sum of RGB (Red+Green+Blue) = 234+200+175=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC8AF is #153750. Grayscale: #CFCFCF. Windows color (decimal): -1390417 or 11520234. OLE color: 11520234.

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

Color convert

RGB234200175-
CMYK00.150.250.08
HSL25.42º58.42%80.2%-
HSV(B)25.42º25.21%91.76%-
XYZ62.3261.949.22-
YUV207.32109.76147.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 200 (78.52% from 255) = 32.84%
BLUE value IS 175 (68.75% from 255) = 28.74%
R=38.42%
G=32.84%
B=28.74%

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
Decimal23420017500.150.250.0825.4258.4280.2
HexEAC8AF0F198193a50
Octal35231025701731103172120
Binary11101010110010001010111101111110011000110011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC8AF; }

 p { color: rgb(234,200,175); }

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

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

 a { background-color: rgb(234,200,175); }

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

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

 span { border-color: rgb(234,200,175); }

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