#EBC9AE

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

Shades of Desert Sand #EBC9AE

Tints of Desert Sand #EBC9AE

Color information

#EBC9AE (or 0xEBC9AE) is unknown color: approx Desert Sand. HEX triplet: EB, C9 and AE. RGB value is (235,201,174). Sum of RGB (Red+Green+Blue) = 235+201+174=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9AE is #143651. Grayscale: #D0D0D0. Windows color (decimal): -1324626 or 11454955. OLE color: 11454955.

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

Color convert

RGB235201174-
CMYK00.140.260.08
HSL26.56º60.4%80.2%-
HSV(B)26.56º25.96%92.16%-
XYZ62.7962.4948.8-
YUV208.09108.76147.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 201 (78.91% from 255) = 32.95%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=38.52%
G=32.95%
B=28.52%

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
Decimal23520117400.140.260.0826.5660.480.2
HexEBC9AE0E1A81b3c50
Octal35331125601632103374120
Binary11101011110010011010111001110110101000110111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9AE; }

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

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

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

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

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

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

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

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