#EBCBAF

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

Shades of Desert Sand #EBCBAF

Tints of Desert Sand #EBCBAF

Color information

#EBCBAF (or 0xEBCBAF) is unknown color: approx Desert Sand. HEX triplet: EB, CB and AF. RGB value is (235,203,175). Sum of RGB (Red+Green+Blue) = 235+203+175=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCBAF is #143450. Grayscale: #D1D1D1. Windows color (decimal): -1324113 or 11521003. OLE color: 11521003.

HSL color Cylindrical-coordinate representation of color #EBCBAF: hue angle of 28º degrees, saturation: 0.6, 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 #EBCBAF is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235203175-
CMYK00.140.260.08
HSL28º60%80.39%-
HSV(B)28º25.53%92.16%-
XYZ63.3563.4749.47-
YUV209.38108.6146.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 203 (79.69% from 255) = 33.12%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=38.34%
G=33.12%
B=28.55%

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
Decimal23520317500.140.260.08286080.39
HexEBCBAF0E1A81c3c50
Octal35331325701632103474120
Binary11101011110010111010111101110110101000111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBAF; }

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

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

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

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

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

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

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

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