#E0AD63

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

Shades of Equator #E0AD63

Tints of Equator #E0AD63

Color information

#E0AD63 (or 0xE0AD63) is unknown color: approx Equator. HEX triplet: E0, AD and 63. RGB value is (224,173,99). Sum of RGB (Red+Green+Blue) = 224+173+99=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD63 is #1F529C. Grayscale: #B4B4B4. Windows color (decimal): -2052765 or 6532576. OLE color: 6532576.

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

Color convert

RGB22417399-
CMYK00.230.560.12
HSL35.52º66.84%63.33%-
HSV(B)35.52º55.8%87.84%-
XYZ47.9446.6418.28-
YUV179.8182.4159.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 99 (39.06% from 255) = 19.96%
R=45.16%
G=34.88%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241739900.230.560.1235.5266.8463.33
HexE0AD6301738C24433f
Octal34025514302770144410377
Binary1110000010101101110001101011111100011001001001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AD63; }

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

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

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

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

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

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

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

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