#EBC8A9

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

Shades of Desert Sand #EBC8A9

Tints of Desert Sand #EBC8A9

Color information

#EBC8A9 (or 0xEBC8A9) is unknown color: approx Desert Sand. HEX triplet: EB, C8 and A9. RGB value is (235,200,169). Sum of RGB (Red+Green+Blue) = 235+200+169=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 169 (66.41% from 255 or 27.98% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC8A9 is #143756. Grayscale: #CFCFCF. Windows color (decimal): -1324887 or 11127019. OLE color: 11127019.

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

Color convert

RGB235200169-
CMYK00.150.280.08
HSL28.18º62.26%79.22%-
HSV(B)28.18º28.09%92.16%-
XYZ62.0861.8446.2-
YUV206.93106.6148.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 200 (78.52% from 255) = 33.11%
BLUE value IS 169 (66.41% from 255) = 27.98%
R=38.91%
G=33.11%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520016900.150.280.0828.1862.2679.22
HexEBC8A90F1C81c3e4f
Octal35331025101734103476117
Binary11101011110010001010100101111111001000111001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8A9; }

 p { color: rgb(235,200,169); }

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

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

 a { background-color: rgb(235,200,169); }

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

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

 span { border-color: rgb(235,200,169); }

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