#E5C85B

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

Shades of Golden Sand #E5C85B

Tints of Golden Sand #E5C85B

Color information

#E5C85B (or 0xE5C85B) is unknown color: approx Golden Sand. HEX triplet: E5, C8 and 5B. RGB value is (229,200,91). Sum of RGB (Red+Green+Blue) = 229+200+91=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C85B is #1A37A4. Grayscale: #C4C4C4. Windows color (decimal): -1718181 or 6015205. OLE color: 6015205.

HSL color Cylindrical-coordinate representation of color #E5C85B: hue angle of 47.39º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5C85B is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB22920091-
CMYK00.130.600.10
HSL47.39º72.63%62.75%-
HSV(B)47.39º60.26%89.8%-
XYZ54.8658.7218.34-
YUV196.2468.61151.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 200 (78.52% from 255) = 38.46%
BLUE value IS 91 (35.94% from 255) = 17.5%
R=44.04%
G=38.46%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292009100.130.600.1047.3972.6362.75
HexE5C85B0D3CA2f493f
Octal34531013301574125711177
Binary111001011100100010110110110111110010101011111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C85B; }

 p { color: rgb(229,200,91); }

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

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

 a { background-color: rgb(229,200,91); }

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

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

 span { border-color: rgb(229,200,91); }

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