#E3B65D

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

Shades of Equator #E3B65D

Tints of Equator #E3B65D

Color information

#E3B65D (or 0xE3B65D) is unknown color: approx Equator. HEX triplet: E3, B6 and 5D. RGB value is (227,182,93). Sum of RGB (Red+Green+Blue) = 227+182+93=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3B65D is #1C49A2. Grayscale: #B9B9B9. Windows color (decimal): -1853859 or 6141667. OLE color: 6141667.

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

Color convert

RGB22718293-
CMYK00.200.590.11
HSL39.85º70.53%62.75%-
HSV(B)39.85º59.03%89.02%-
XYZ50.3850.5817.46-
YUV185.3175.91157.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.22%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 93 (36.72% from 255) = 18.53%
R=45.22%
G=36.25%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271829300.200.590.1139.8570.5362.75
HexE3B65D0143BB28473f
Octal34326613502473135010777
Binary1110001110110110101110101010011101110111010001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B65D; }

 p { color: rgb(227,182,93); }

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

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

 a { background-color: rgb(227,182,93); }

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

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

 span { border-color: rgb(227,182,93); }

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