#EBCBAD

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

Shades of Desert Sand #EBCBAD

Tints of Desert Sand #EBCBAD

Color information

#EBCBAD (or 0xEBCBAD) is unknown color: approx Desert Sand. HEX triplet: EB, CB and AD. RGB value is (235,203,173). Sum of RGB (Red+Green+Blue) = 235+203+173=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCBAD is #143452. Grayscale: #D1D1D1. Windows color (decimal): -1324115 or 11389931. OLE color: 11389931.

HSL color Cylindrical-coordinate representation of color #EBCBAD: hue angle of 29.03º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBCBAD is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235203173-
CMYK00.140.260.08
HSL29.03º60.78%80%-
HSV(B)29.03º26.38%92.16%-
XYZ63.1663.3948.44-
YUV209.15107.6146.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 203 (79.69% from 255) = 33.22%
BLUE value IS 173 (67.97% from 255) = 28.31%
R=38.46%
G=33.22%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520317300.140.260.0829.0360.7880
HexEBCBAD0E1A81d3d50
Octal35331325501632103575120
Binary11101011110010111010110101110110101000111011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBAD; }

 p { color: rgb(235,203,173); }

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

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

 a { background-color: rgb(235,203,173); }

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

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

 span { border-color: rgb(235,203,173); }

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