#ECC7AF

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

Shades of Desert Sand #ECC7AF

Tints of Desert Sand #ECC7AF

Color information

#ECC7AF (or 0xECC7AF) is unknown color: approx Desert Sand. HEX triplet: EC, C7 and AF. RGB value is (236,199,175). Sum of RGB (Red+Green+Blue) = 236+199+175=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC7AF is #133850. Grayscale: #CFCFCF. Windows color (decimal): -1259601 or 11519980. OLE color: 11519980.

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

Color convert

RGB236199175-
CMYK00.160.260.07
HSL23.61º61.62%80.59%-
HSV(B)23.61º25.85%92.55%-
XYZ62.7561.7749.17-
YUV207.33109.76148.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 199 (78.12% from 255) = 32.62%
BLUE value IS 175 (68.75% from 255) = 28.69%
R=38.69%
G=32.62%
B=28.69%

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
Decimal23619917500.160.260.0723.6161.6280.59
HexECC7AF0101A7183e51
Octal3543072570203273076121
Binary11101100110001111010111101000011010111110001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC7AF; }

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

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

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

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

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

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

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

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