#e0a967

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

Shades of Equator #E0A967

Tints of Equator #E0A967

Color information

#E0A967 (or 0xE0A967) is unknown color: approx Equator. HEX triplet: E0, A9 and 67. RGB value is (224,169,103). Sum of RGB (Red+Green+Blue) = 224+169+103=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A967 is #1F5698. Grayscale: #B2B2B2. Windows color (decimal): -2053785 or 6793696. OLE color: 6793696.

HSL color Cylindrical-coordinate representation of color #E0A967: hue angle of 32.73º 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 #E0A967 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB224169103-
CMYK00.250.540.12
HSL32.73º66.12%64.12%-
HSV(B)32.73º54.02%87.84%-
XYZ47.3845.219.06-
YUV177.9285.72160.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 103 (40.62% from 255) = 20.77%
R=45.16%
G=34.07%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416910300.250.540.1232.7366.1264.12
HexE0A96701936C214240
Octal340251147031661441102100
Binary11100000101010011100111011001110110110010000110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0a967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0a967; }

 p { color: rgb(224,169,103); }

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

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

 a { background-color: rgb(224,169,103); }

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

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

 span { border-color: rgb(224,169,103); }

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