#EBCCB4

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

Shades of Desert Sand #EBCCB4

Tints of Desert Sand #EBCCB4

Color information

#EBCCB4 (or 0xEBCCB4) is unknown color: approx Desert Sand. HEX triplet: EB, CC and B4. RGB value is (235,204,180). Sum of RGB (Red+Green+Blue) = 235+204+180=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCB4 is #14334B. Grayscale: #D2D2D2. Windows color (decimal): -1323852 or 11848939. OLE color: 11848939.

HSL color Cylindrical-coordinate representation of color #EBCCB4: hue angle of 26.18º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBCCB4 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235204180-
CMYK00.130.230.08
HSL26.18º57.89%81.37%-
HSV(B)26.18º23.4%92.16%-
XYZ64.0964.1452.18-
YUV210.53110.77145.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 180 (70.70% from 255) = 29.08%
R=37.96%
G=32.96%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520418000.130.230.0826.1857.8981.37
HexEBCCB40D1781a3a51
Octal35331426401527103272121
Binary11101011110011001011010001101101111000110101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCB4; }

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

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

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

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

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

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

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

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