#ECC9AF

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

Shades of Desert Sand #ECC9AF

Tints of Desert Sand #ECC9AF

Color information

#ECC9AF (or 0xECC9AF) is unknown color: approx Desert Sand. HEX triplet: EC, C9 and AF. RGB value is (236,201,175). Sum of RGB (Red+Green+Blue) = 236+201+175=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC9AF is #133650. Grayscale: #D0D0D0. Windows color (decimal): -1259089 or 11520492. OLE color: 11520492.

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

Color convert

RGB236201175-
CMYK00.150.260.07
HSL25.57º61.62%80.59%-
HSV(B)25.57º25.85%92.55%-
XYZ63.2262.749.33-
YUV208.5109.1147.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.56%
GREEN value IS 201 (78.91% from 255) = 32.84%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=38.56%
G=32.84%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620117500.150.260.0725.5761.6280.59
HexECC9AF0F1A71a3e51
Octal3543112570173273276121
Binary1110110011001001101011110111111010111110101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC9AF; }

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

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

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

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

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

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

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

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