#EEC6AF

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

Shades of Desert Sand #EEC6AF

Tints of Desert Sand #EEC6AF

Color information

#EEC6AF (or 0xEEC6AF) is unknown color: approx Desert Sand. HEX triplet: EE, C6 and AF. RGB value is (238,198,175). Sum of RGB (Red+Green+Blue) = 238+198+175=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC6AF is #113950. Grayscale: #CFCFCF. Windows color (decimal): -1128785 or 11519726. OLE color: 11519726.

HSL color Cylindrical-coordinate representation of color #EEC6AF: hue angle of 21.9º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEC6AF is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238198175-
CMYK00.170.260.07
HSL21.9º64.95%80.98%-
HSV(B)21.9º26.47%93.33%-
XYZ63.1961.6649.13-
YUV207.34109.75149.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 198 (77.73% from 255) = 32.41%
BLUE value IS 175 (68.75% from 255) = 28.64%
R=38.95%
G=32.41%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819817500.170.260.0721.964.9580.98
HexEEC6AF0111A7164151
Octal35630625702132726101121
Binary111011101100011010101111010001110101111011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC6AF; }

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

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

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

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

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

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

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

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