#e0b65b

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

Shades of Equator #E0B65B

Tints of Equator #E0B65B

Color information

#E0B65B (or 0xE0B65B) is unknown color: approx Equator. HEX triplet: E0, B6 and 5B. RGB value is (224,182,91). Sum of RGB (Red+Green+Blue) = 224+182+91=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B65B is #1F49A4. Grayscale: #B8B8B8. Windows color (decimal): -2050469 or 6010592. OLE color: 6010592.

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

Color convert

RGB22418291-
CMYK00.190.590.12
HSL41.05º68.21%61.76%-
HSV(B)41.05º59.38%87.84%-
XYZ49.3650.0616.96-
YUV184.1875.41156.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 91 (35.94% from 255) = 18.31%
R=45.07%
G=36.62%
B=18.31%

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
Decimal2241829100.190.590.1241.0568.2161.76
HexE0B65B0133BC29443e
Octal34026613302373145110476
Binary1110000010110110101101101001111101111001010011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0b65b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0b65b; }

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

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

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

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

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

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

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

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