#E3AE62

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

Shades of Equator #E3AE62

Tints of Equator #E3AE62

Color information

#E3AE62 (or 0xE3AE62) is unknown color: approx Equator. HEX triplet: E3, AE and 62. RGB value is (227,174,98). Sum of RGB (Red+Green+Blue) = 227+174+98=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AE62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AE62 is #1C519D. Grayscale: #B5B5B5. Windows color (decimal): -1855902 or 6467299. OLE color: 6467299.

HSL color Cylindrical-coordinate representation of color #E3AE62: hue angle of 35.35º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E3AE62 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB22717498-
CMYK00.230.570.11
HSL35.35º69.73%63.73%-
HSV(B)35.35º56.83%89.02%-
XYZ49.0247.4818.14-
YUV181.1881.06160.68-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.49%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 98 (38.67% from 255) = 19.64%
R=45.49%
G=34.87%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271749800.230.570.1135.3569.7363.73
HexE3AE6201739B234640
Octal343256142027711343106100
Binary11100011101011101100010010111111001101110001110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AE62; }

 p { color: rgb(227,174,98); }

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

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

 a { background-color: rgb(227,174,98); }

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

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

 span { border-color: rgb(227,174,98); }

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