#EAC7AF

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

Shades of Desert Sand #EAC7AF

Tints of Desert Sand #EAC7AF

Color information

#EAC7AF (or 0xEAC7AF) is unknown color: approx Desert Sand. HEX triplet: EA, C7 and AF. RGB value is (234,199,175). Sum of RGB (Red+Green+Blue) = 234+199+175=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC7AF is #153850. Grayscale: #CECECE. Windows color (decimal): -1390673 or 11519978. OLE color: 11519978.

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

Color convert

RGB234199175-
CMYK00.150.250.08
HSL24.41º58.42%80.2%-
HSV(B)24.41º25.21%91.76%-
XYZ62.0961.4349.14-
YUV206.73110.1147.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 199 (78.12% from 255) = 32.73%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=38.49%
G=32.73%
B=28.78%

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
Decimal23419917500.150.250.0824.4158.4280.2
HexEAC7AF0F198183a50
Octal35230725701731103072120
Binary11101010110001111010111101111110011000110001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7AF; }

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

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

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

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

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

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

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

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