#EBCCB2

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

Shades of Desert Sand #EBCCB2

Tints of Desert Sand #EBCCB2

Color information

#EBCCB2 (or 0xEBCCB2) is unknown color: approx Desert Sand. HEX triplet: EB, CC and B2. RGB value is (235,204,178). Sum of RGB (Red+Green+Blue) = 235+204+178=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCCB2 is #14334D. Grayscale: #D2D2D2. Windows color (decimal): -1323854 or 11717867. OLE color: 11717867.

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

Color convert

RGB235204178-
CMYK00.130.240.08
HSL27.37º58.76%80.98%-
HSV(B)27.37º24.26%92.16%-
XYZ63.8964.0651.12-
YUV210.3109.77145.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 178 (69.92% from 255) = 28.85%
R=38.09%
G=33.06%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520417800.130.240.0827.3758.7680.98
HexEBCCB20D1881b3b51
Octal35331426201530103373121
Binary11101011110011001011001001101110001000110111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCB2; }

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

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

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

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

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

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

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

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