#E4B25D

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

Shades of Equator #E4B25D

Tints of Equator #E4B25D

Color information

#E4B25D (or 0xE4B25D) is unknown color: approx Equator. HEX triplet: E4, B2 and 5D. RGB value is (228,178,93). Sum of RGB (Red+Green+Blue) = 228+178+93=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4B25D is #1B4DA2. Grayscale: #B7B7B7. Windows color (decimal): -1789347 or 6140644. OLE color: 6140644.

HSL color Cylindrical-coordinate representation of color #E4B25D: hue angle of 37.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E4B25D is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22817893-
CMYK00.220.590.11
HSL37.78º71.43%62.94%-
HSV(B)37.78º59.21%89.41%-
XYZ49.8949.1317.21-
YUV183.2677.06159.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.69%
GREEN value IS 178 (69.92% from 255) = 35.67%
BLUE value IS 93 (36.72% from 255) = 18.64%
R=45.69%
G=35.67%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281789300.220.590.1137.7871.4362.94
HexE4B25D0163BB26473f
Octal34426213502673134610777
Binary1110010010110010101110101011011101110111001101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B25D; }

 p { color: rgb(228,178,93); }

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

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

 a { background-color: rgb(228,178,93); }

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

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

 span { border-color: rgb(228,178,93); }

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