#e2ad61

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

Shades of Equator #E2AD61

Tints of Equator #E2AD61

Color information

#E2AD61 (or 0xE2AD61) is unknown color: approx Equator. HEX triplet: E2, AD and 61. RGB value is (226,173,97). Sum of RGB (Red+Green+Blue) = 226+173+97=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AD61 is #1D529E. Grayscale: #B4B4B4. Windows color (decimal): -1921695 or 6401506. OLE color: 6401506.

HSL color Cylindrical-coordinate representation of color #E2AD61: hue angle of 35.35º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2AD61 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB22617397-
CMYK00.230.570.11
HSL35.35º68.98%63.33%-
HSV(B)35.35º57.08%88.63%-
XYZ48.4746.9217.81-
YUV180.1881.06160.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.56%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 97 (38.28% from 255) = 19.56%
R=45.56%
G=34.88%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261739700.230.570.1135.3568.9863.33
HexE2AD6101739B23453f
Octal34225514102771134310577
Binary1110001010101101110000101011111100110111000111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2ad61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2ad61; }

 p { color: rgb(226,173,97); }

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

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

 a { background-color: rgb(226,173,97); }

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

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

 span { border-color: rgb(226,173,97); }

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