#ECCCB4

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

Shades of Desert Sand #ECCCB4

Tints of Desert Sand #ECCCB4

Color information

#ECCCB4 (or 0xECCCB4) is unknown color: approx Desert Sand. HEX triplet: EC, CC and B4. RGB value is (236,204,180). Sum of RGB (Red+Green+Blue) = 236+204+180=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCB4 is #13334B. Grayscale: #D2D2D2. Windows color (decimal): -1258316 or 11848940. OLE color: 11848940.

HSL color Cylindrical-coordinate representation of color #ECCCB4: hue angle of 25.71º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECCCB4 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB236204180-
CMYK00.140.240.07
HSL25.71º59.57%81.57%-
HSV(B)25.71º23.73%92.55%-
XYZ64.4264.3152.2-
YUV210.83110.6145.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 180 (70.70% from 255) = 29.03%
R=38.06%
G=32.90%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620418000.140.240.0725.7159.5781.57
HexECCCB40E1871a3c52
Octal3543142640163073274122
Binary1110110011001100101101000111011000111110101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCB4; }

 p { color: rgb(236,204,180); }

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

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

 a { background-color: rgb(236,204,180); }

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

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

 span { border-color: rgb(236,204,180); }

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