#E1B25F

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

Shades of Equator #E1B25F

Tints of Equator #E1B25F

Color information

#E1B25F (or 0xE1B25F) is unknown color: approx Equator. HEX triplet: E1, B2 and 5F. RGB value is (225,178,95). Sum of RGB (Red+Green+Blue) = 225+178+95=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B25F is #1E4DA0. Grayscale: #B6B6B6. Windows color (decimal): -1985953 or 6271713. OLE color: 6271713.

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

Color convert

RGB22517895-
CMYK00.210.580.12
HSL38.31º68.42%62.75%-
HSV(B)38.31º57.78%88.24%-
XYZ49.0448.6717.64-
YUV182.5978.57158.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.18%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 95 (37.5% from 255) = 19.08%
R=45.18%
G=35.74%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251789500.210.580.1238.3168.4262.75
HexE1B25F0153AC26443f
Octal34126213702572144610477
Binary1110000110110010101111101010111101011001001101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B25F; }

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

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

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

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

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

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

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

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