#E0AF61

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

Shades of Equator #E0AF61

Tints of Equator #E0AF61

Color information

#E0AF61 (or 0xE0AF61) is unknown color: approx Equator. HEX triplet: E0, AF and 61. RGB value is (224,175,97). Sum of RGB (Red+Green+Blue) = 224+175+97=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF61 is #1F509E. Grayscale: #B5B5B5. Windows color (decimal): -2052255 or 6402016. OLE color: 6402016.

HSL color Cylindrical-coordinate representation of color #E0AF61: hue angle of 36.85º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0AF61 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22417597-
CMYK00.220.570.12
HSL36.85º67.2%62.94%-
HSV(B)36.85º56.7%87.84%-
XYZ48.2347.3717.91-
YUV180.7680.73158.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 97 (38.28% from 255) = 19.56%
R=45.16%
G=35.28%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241759700.220.570.1236.8567.262.94
HexE0AF6101639C25433f
Octal34025714102671144510377
Binary1110000010101111110000101011011100111001001011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF61; }

 p { color: rgb(224,175,97); }

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

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

 a { background-color: rgb(224,175,97); }

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

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

 span { border-color: rgb(224,175,97); }

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