#E3AD62

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

Shades of Equator #E3AD62

Tints of Equator #E3AD62

Color information

#E3AD62 (or 0xE3AD62) is unknown color: approx Equator. HEX triplet: E3, AD and 62. RGB value is (227,173,98). Sum of RGB (Red+Green+Blue) = 227+173+98=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AD62 is #1C529D. Grayscale: #B4B4B4. Windows color (decimal): -1856158 or 6467043. OLE color: 6467043.

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

Color convert

RGB22717398-
CMYK00.240.570.11
HSL34.88º69.73%63.73%-
HSV(B)34.88º56.83%89.02%-
XYZ48.8347.118.07-
YUV180.681.39161.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.58%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 98 (38.67% from 255) = 19.68%
R=45.58%
G=34.74%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271739800.240.570.1134.8869.7363.73
HexE3AD6201839B234640
Octal343255142030711343106100
Binary11100011101011011100010011000111001101110001110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AD62; }

 p { color: rgb(227,173,98); }

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

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

 a { background-color: rgb(227,173,98); }

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

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

 span { border-color: rgb(227,173,98); }

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