Html Css Color HEX #E2AD60 Equator

📋 copy color: '#E2AD60'

red 226 ◦ green 173 ◦ blue 96

#E2AD60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #E2AD60

Tints of Equator #E2AD60

RGB

 RED value IS 226 (88.67% from 255) = 45.66%

 GREEN value IS 173 (67.97% from 255) = 34.95%

 BLUE value IS 96 (37.89% from 255) = 19.39%

R = 45.66%
G = 34.95%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2AD60 (or 0xE2AD60) is known color: Equator. HEX triplet: E2, AD and 60. RGB value is (226,173,96). Sum of RGB (Red+Green+Blue) = 226+173+96=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AD60 is #1D529F. Grayscale: #B4B4B4. Windows color (decimal): -1921696 or 6335970. OLE color: 6335970.

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

Color convert

RGB 226 173 96 -
CMYK 0 0.23 0.58 0.11
HSL 35.54º 0.69% 0.63% -
HSV(B) 35.54º 0.58% 0.89% -
XYZ 48.42 46.9 17.57 -
YUV 180.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 226 173 96 0 0.23 0.58 0.11 35.54 0.69 0.63
Hex E2 AD 60 0 17 3A B 24 45 3F
Octal 342 255 140 0 27 72 13 44 105 77
Binary 11100010 10101101 1100000 0 10111 111010 1011 100100 1000101 111111

Color Harmonies of #E2AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AD60

Black with #E2AD60

Text Example


Text Example

White with #E2AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AD60; }

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

 H1.HeaderClassName
 {
   color: #E2AD60;
 }
 .AnyTagClassName
 {
   color: #E2AD60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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