#E5B75F

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

Shades of Equator #E5B75F

Tints of Equator #E5B75F

Color information

#E5B75F (or 0xE5B75F) is unknown color: approx Equator. HEX triplet: E5, B7 and 5F. RGB value is (229,183,95). Sum of RGB (Red+Green+Blue) = 229+183+95=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B75F is #1A48A0. Grayscale: #BBBBBB. Windows color (decimal): -1722529 or 6272997. OLE color: 6272997.

HSL color Cylindrical-coordinate representation of color #E5B75F: hue angle of 39.4º 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 #E5B75F is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB22918395-
CMYK00.200.590.10
HSL39.4º72.04%63.53%-
HSV(B)39.4º58.52%89.8%-
XYZ51.3151.3518.03-
YUV186.7276.24158.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.17%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 95 (37.5% from 255) = 18.74%
R=45.17%
G=36.09%
B=18.74%

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
Decimal2291839500.200.590.1039.472.0463.53
HexE5B75F0143BA274840
Octal345267137024731247110100
Binary11100101101101111011111010100111011101010011110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B75F; }

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

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

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

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

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

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

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

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