#E0AC69

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

Shades of Equator #E0AC69

Tints of Equator #E0AC69

Color information

#E0AC69 (or 0xE0AC69) is unknown color: approx Equator. HEX triplet: E0, AC and 69. RGB value is (224,172,105). Sum of RGB (Red+Green+Blue) = 224+172+105=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 105 (41.41% from 255 or 20.96% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AC69 is #1F5396. Grayscale: #B4B4B4. Windows color (decimal): -2053015 or 6925536. OLE color: 6925536.

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

Color convert

RGB224172105-
CMYK00.230.530.12
HSL33.78º65.75%64.51%-
HSV(B)33.78º53.12%87.84%-
XYZ48.0446.3719.78-
YUV179.9185.73159.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.71%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 105 (41.41% from 255) = 20.96%
R=44.71%
G=34.33%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417210500.230.530.1233.7865.7564.51
HexE0AC6901735C224241
Octal340254151027651442102101
Binary11100000101011001101001010111110101110010001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AC69; }

 p { color: rgb(224,172,105); }

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

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

 a { background-color: rgb(224,172,105); }

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

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

 span { border-color: rgb(224,172,105); }

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