#E0B35F

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

Shades of Equator #E0B35F

Tints of Equator #E0B35F

Color information

#E0B35F (or 0xE0B35F) is unknown color: approx Equator. HEX triplet: E0, B3 and 5F. RGB value is (224,179,95). Sum of RGB (Red+Green+Blue) = 224+179+95=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B35F is #1F4CA0. Grayscale: #B7B7B7. Windows color (decimal): -2051233 or 6271968. OLE color: 6271968.

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

Color convert

RGB22417995-
CMYK00.200.580.12
HSL39.07º67.54%62.55%-
HSV(B)39.07º57.59%87.84%-
XYZ48.9348.9117.69-
YUV182.8878.41157.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.98%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 95 (37.5% from 255) = 19.08%
R=44.98%
G=35.94%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241799500.200.580.1239.0767.5462.55
HexE0B35F0143AC27443f
Octal34026313702472144710477
Binary1110000010110011101111101010011101011001001111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B35F; }

 p { color: rgb(224,179,95); }

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

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

 a { background-color: rgb(224,179,95); }

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

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

 span { border-color: rgb(224,179,95); }

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