#EAC6AF

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

Shades of Desert Sand #EAC6AF

Tints of Desert Sand #EAC6AF

Color information

#EAC6AF (or 0xEAC6AF) is unknown color: approx Desert Sand. HEX triplet: EA, C6 and AF. RGB value is (234,198,175). Sum of RGB (Red+Green+Blue) = 234+198+175=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC6AF is #153950. Grayscale: #CECECE. Windows color (decimal): -1390929 or 11519722. OLE color: 11519722.

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

Color convert

RGB234198175-
CMYK00.150.250.08
HSL23.39º58.42%80.2%-
HSV(B)23.39º25.21%91.76%-
XYZ61.8660.9849.07-
YUV206.14110.43147.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 198 (77.73% from 255) = 32.62%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=38.55%
G=32.62%
B=28.83%

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
Decimal23419817500.150.250.0823.3958.4280.2
HexEAC6AF0F198173a50
Octal35230625701731102772120
Binary11101010110001101010111101111110011000101111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6AF; }

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

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

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

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

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

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

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

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