#EEC7AF

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

Shades of Desert Sand #EEC7AF

Tints of Desert Sand #EEC7AF

Color information

#EEC7AF (or 0xEEC7AF) is unknown color: approx Desert Sand. HEX triplet: EE, C7 and AF. RGB value is (238,199,175). Sum of RGB (Red+Green+Blue) = 238+199+175=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC7AF is #113850. Grayscale: #D0D0D0. Windows color (decimal): -1128529 or 11519982. OLE color: 11519982.

HSL color Cylindrical-coordinate representation of color #EEC7AF: hue angle of 22.86º 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 #EEC7AF is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238199175-
CMYK00.160.260.07
HSL22.86º64.95%80.98%-
HSV(B)22.86º26.47%93.33%-
XYZ63.4262.1249.2-
YUV207.92109.42149.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 199 (78.12% from 255) = 32.52%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=38.89%
G=32.52%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819917500.160.260.0722.8664.9580.98
HexEEC7AF0101A7174151
Octal35630725702032727101121
Binary111011101100011110101111010000110101111011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC7AF; }

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

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

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

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

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

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

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

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