#e0b55b

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

Shades of Equator #E0B55B

Tints of Equator #E0B55B

Color information

#E0B55B (or 0xE0B55B) is unknown color: approx Equator. HEX triplet: E0, B5 and 5B. RGB value is (224,181,91). Sum of RGB (Red+Green+Blue) = 224+181+91=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B55B is #1F4AA4. Grayscale: #B8B8B8. Windows color (decimal): -2050725 or 6010336. OLE color: 6010336.

HSL color Cylindrical-coordinate representation of color #E0B55B: hue angle of 40.6º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0B55B is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22418191-
CMYK00.190.590.12
HSL40.6º68.21%61.76%-
HSV(B)40.6º59.38%87.84%-
XYZ49.1549.6516.89-
YUV183.675.75156.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 91 (35.94% from 255) = 18.35%
R=45.16%
G=36.49%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241819100.190.590.1240.668.2161.76
HexE0B55B0133BC29443e
Octal34026513302373145110476
Binary1110000010110101101101101001111101111001010011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0b55b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0b55b; }

 p { color: rgb(224,181,91); }

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

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

 a { background-color: rgb(224,181,91); }

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

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

 span { border-color: rgb(224,181,91); }

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