#EBC5AE

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

Shades of Desert Sand #EBC5AE

Tints of Desert Sand #EBC5AE

Color information

#EBC5AE (or 0xEBC5AE) is unknown color: approx Desert Sand. HEX triplet: EB, C5 and AE. RGB value is (235,197,174). Sum of RGB (Red+Green+Blue) = 235+197+174=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC5AE is #143A51. Grayscale: #CDCDCD. Windows color (decimal): -1325650 or 11453931. OLE color: 11453931.

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

Color convert

RGB235197174-
CMYK00.160.260.08
HSL22.62º60.4%80.2%-
HSV(B)22.62º25.96%92.16%-
XYZ61.8760.6548.49-
YUV205.74110.09148.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 197 (77.34% from 255) = 32.51%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=38.78%
G=32.51%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519717400.160.260.0822.6260.480.2
HexEBC5AE0101A8173c50
Octal35330525602032102774120
Binary111010111100010110101110010000110101000101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5AE; }

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

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

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

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

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

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

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

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