Html Css Color HEX #E2AD61 Equator

📋 copy color: '#E2AD61'

red 226 ◦ green 173 ◦ blue 97

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

Shades of Equator #E2AD61

Tints of Equator #E2AD61

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 value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E2AD61 (or 0xE2AD61) is known color: 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

RGB 226 173 97 -
CMYK 0 0.23 0.57 0.11
HSL 35.35º 0.69% 0.63% -
HSV(B) 35.35º 0.57% 0.89% -
XYZ 48.47 46.92 17.81 -
YUV 180.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 226 173 97 0 0.23 0.57 0.11 35.35 0.69 0.63
Hex E2 AD 61 0 17 39 B 23 45 3F
Octal 342 255 141 0 27 71 13 43 105 77
Binary 11100010 10101101 1100001 0 10111 111001 1011 100011 1000101 111111

Color Harmonies of #E2AD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AD61

Black with #E2AD61

Text Example


Text Example

White with #E2AD61

Text Example


Text Example

HTML Codes & Css Web 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>