#E0B561

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

Shades of Equator #E0B561

Tints of Equator #E0B561

Color information

#E0B561 (or 0xE0B561) is unknown color: approx Equator. HEX triplet: E0, B5 and 61. RGB value is (224,181,97). Sum of RGB (Red+Green+Blue) = 224+181+97=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B561 is #1F4A9E. Grayscale: #B8B8B8. Windows color (decimal): -2050719 or 6403552. OLE color: 6403552.

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

Color convert

RGB22418197-
CMYK00.190.570.12
HSL39.69º67.2%62.94%-
HSV(B)39.69º56.7%87.84%-
XYZ49.4249.7618.31-
YUV184.2878.75156.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.62%
GREEN value IS 181 (71.09% from 255) = 36.06%
BLUE value IS 97 (38.28% from 255) = 19.32%
R=44.62%
G=36.06%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241819700.190.570.1239.6967.262.94
HexE0B56101339C28433f
Octal34026514102371145010377
Binary1110000010110101110000101001111100111001010001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B561; }

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

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

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

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

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

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

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

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