#E0AF68

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

Shades of Equator #E0AF68

Tints of Equator #E0AF68

Color information

#E0AF68 (or 0xE0AF68) is unknown color: approx Equator. HEX triplet: E0, AF and 68. RGB value is (224,175,104). Sum of RGB (Red+Green+Blue) = 224+175+104=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF68 is #1F5097. Grayscale: #B5B5B5. Windows color (decimal): -2052248 or 6860768. OLE color: 6860768.

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

Color convert

RGB224175104-
CMYK00.220.540.12
HSL35.5º65.93%64.31%-
HSV(B)35.5º53.57%87.84%-
XYZ48.5747.5119.71-
YUV181.5684.23158.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 104 (41.02% from 255) = 20.68%
R=44.53%
G=34.79%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417510400.220.540.1235.565.9364.31
HexE0AF6801636C244240
Octal340257150026661444102100
Binary11100000101011111101000010110110110110010010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF68; }

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

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

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

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

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

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

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

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