#E0AD64

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

Shades of Equator #E0AD64

Tints of Equator #E0AD64

Color information

#E0AD64 (or 0xE0AD64) is unknown color: approx Equator. HEX triplet: E0, AD and 64. RGB value is (224,173,100). Sum of RGB (Red+Green+Blue) = 224+173+100=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD64 is #1F529B. Grayscale: #B4B4B4. Windows color (decimal): -2052764 or 6598112. OLE color: 6598112.

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

Color convert

RGB224173100-
CMYK00.230.550.12
HSL35.32º66.67%63.53%-
HSV(B)35.32º55.36%87.84%-
XYZ47.9846.6518.53-
YUV179.9382.9159.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 100 (39.45% from 255) = 20.12%
R=45.07%
G=34.81%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417310000.230.550.1235.3266.6763.53
HexE0AD6401737C234340
Octal340255144027671443103100
Binary11100000101011011100100010111110111110010001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AD64; }

 p { color: rgb(224,173,100); }

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

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

 a { background-color: rgb(224,173,100); }

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

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

 span { border-color: rgb(224,173,100); }

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