#EBC9AA

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

Shades of Desert Sand #EBC9AA

Tints of Desert Sand #EBC9AA

Color information

#EBC9AA (or 0xEBC9AA) is unknown color: approx Desert Sand. HEX triplet: EB, C9 and AA. RGB value is (235,201,170). Sum of RGB (Red+Green+Blue) = 235+201+170=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9AA is #143655. Grayscale: #CFCFCF. Windows color (decimal): -1324630 or 11192811. OLE color: 11192811.

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

Color convert

RGB235201170-
CMYK00.140.280.08
HSL28.62º61.9%79.41%-
HSV(B)28.62º27.66%92.16%-
XYZ62.462.3446.77-
YUV207.63106.76147.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 201 (78.91% from 255) = 33.17%
BLUE value IS 170 (66.80% from 255) = 28.05%
R=38.78%
G=33.17%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520117000.140.280.0828.6261.979.41
HexEBC9AA0E1C81d3e4f
Octal35331125201634103576117
Binary11101011110010011010101001110111001000111011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9AA; }

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

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

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

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

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

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

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

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