#EBCAAA

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

Shades of Desert Sand #EBCAAA

Tints of Desert Sand #EBCAAA

Color information

#EBCAAA (or 0xEBCAAA) is unknown color: approx Desert Sand. HEX triplet: EB, CA and AA. RGB value is (235,202,170). Sum of RGB (Red+Green+Blue) = 235+202+170=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAAA is #143555. Grayscale: #D0D0D0. Windows color (decimal): -1324374 or 11193067. OLE color: 11193067.

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

Color convert

RGB235202170-
CMYK00.140.280.08
HSL29.54º61.9%79.41%-
HSV(B)29.54º27.66%92.16%-
XYZ62.6462.8146.85-
YUV208.22106.43147.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=38.71%
G=33.28%
B=28.01%

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
Decimal23520217000.140.280.0829.5461.979.41
HexEBCAAA0E1C81e3e4f
Octal35331225201634103676117
Binary11101011110010101010101001110111001000111101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAAA; }

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

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

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

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

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

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

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

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