#E1B35F

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

Shades of Equator #E1B35F

Tints of Equator #E1B35F

Color information

#E1B35F (or 0xE1B35F) is unknown color: approx Equator. HEX triplet: E1, B3 and 5F. RGB value is (225,179,95). Sum of RGB (Red+Green+Blue) = 225+179+95=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B35F is #1E4CA0. Grayscale: #B7B7B7. Windows color (decimal): -1985697 or 6271969. OLE color: 6271969.

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

Color convert

RGB22517995-
CMYK00.200.580.12
HSL38.77º68.42%62.75%-
HSV(B)38.77º57.78%88.24%-
XYZ49.2449.0717.7-
YUV183.1878.24157.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 95 (37.5% from 255) = 19.04%
R=45.09%
G=35.87%
B=19.04%

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
Decimal2251799500.200.580.1238.7768.4262.75
HexE1B35F0143AC27443f
Octal34126313702472144710477
Binary1110000110110011101111101010011101011001001111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B35F; }

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

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

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

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

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

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

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

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