#EBCBAE

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

Shades of Desert Sand #EBCBAE

Tints of Desert Sand #EBCBAE

Color information

#EBCBAE (or 0xEBCBAE) is unknown color: approx Desert Sand. HEX triplet: EB, CB and AE. RGB value is (235,203,174). Sum of RGB (Red+Green+Blue) = 235+203+174=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCBAE is #143451. Grayscale: #D1D1D1. Windows color (decimal): -1324114 or 11455467. OLE color: 11455467.

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

Color convert

RGB235203174-
CMYK00.140.260.08
HSL28.52º60.4%80.2%-
HSV(B)28.52º25.96%92.16%-
XYZ63.2663.4348.95-
YUV209.26108.1146.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 203 (79.69% from 255) = 33.17%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=38.40%
G=33.17%
B=28.43%

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
Decimal23520317400.140.260.0828.5260.480.2
HexEBCBAE0E1A81d3c50
Octal35331325601632103574120
Binary11101011110010111010111001110110101000111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBAE; }

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

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

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

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

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

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

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

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