#EBC8AE

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

Shades of Desert Sand #EBC8AE

Tints of Desert Sand #EBC8AE

Color information

#EBC8AE (or 0xEBC8AE) is unknown color: approx Desert Sand. HEX triplet: EB, C8 and AE. RGB value is (235,200,174). Sum of RGB (Red+Green+Blue) = 235+200+174=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC8AE is #143751. Grayscale: #CFCFCF. Windows color (decimal): -1324882 or 11454699. OLE color: 11454699.

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

Color convert

RGB235200174-
CMYK00.150.260.08
HSL25.57º60.4%80.2%-
HSV(B)25.57º25.96%92.16%-
XYZ62.5662.0348.72-
YUV207.5109.1147.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 200 (78.52% from 255) = 32.84%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=38.59%
G=32.84%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520017400.150.260.0825.5760.480.2
HexEBC8AE0F1A81a3c50
Octal35331025601732103274120
Binary11101011110010001010111001111110101000110101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8AE; }

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

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

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

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

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

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

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

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