#E5B85F

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

Shades of Equator #E5B85F

Tints of Equator #E5B85F

Color information

#E5B85F (or 0xE5B85F) is unknown color: approx Equator. HEX triplet: E5, B8 and 5F. RGB value is (229,184,95). Sum of RGB (Red+Green+Blue) = 229+184+95=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B85F is #1A47A0. Grayscale: #BBBBBB. Windows color (decimal): -1722273 or 6273253. OLE color: 6273253.

HSL color Cylindrical-coordinate representation of color #E5B85F: hue angle of 39.85º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5B85F is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB22918495-
CMYK00.200.590.10
HSL39.85º72.04%63.53%-
HSV(B)39.85º58.52%89.8%-
XYZ51.5251.7718.1-
YUV187.3175.91157.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.08%
GREEN value IS 184 (72.27% from 255) = 36.22%
BLUE value IS 95 (37.5% from 255) = 18.70%
R=45.08%
G=36.22%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291849500.200.590.1039.8572.0463.53
HexE5B85F0143BA284840
Octal345270137024731250110100
Binary11100101101110001011111010100111011101010100010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B85F; }

 p { color: rgb(229,184,95); }

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

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

 a { background-color: rgb(229,184,95); }

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

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

 span { border-color: rgb(229,184,95); }

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