#E1AD61

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

Shades of Equator #E1AD61

Tints of Equator #E1AD61

Color information

#E1AD61 (or 0xE1AD61) is unknown color: approx Equator. HEX triplet: E1, AD and 61. RGB value is (225,173,97). Sum of RGB (Red+Green+Blue) = 225+173+97=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AD61 is #1E529E. Grayscale: #B4B4B4. Windows color (decimal): -1987231 or 6401505. OLE color: 6401505.

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

Color convert

RGB22517397-
CMYK00.230.570.12
HSL35.62º68.09%63.14%-
HSV(B)35.62º56.89%88.24%-
XYZ48.1546.7617.8-
YUV179.8881.23160.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.45%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 97 (38.28% from 255) = 19.60%
R=45.45%
G=34.95%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251739700.230.570.1235.6268.0963.14
HexE1AD6101739C24443f
Octal34125514102771144410477
Binary1110000110101101110000101011111100111001001001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AD61; }

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

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

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

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

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

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

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

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