Html Css Color HEX #E2B071 Harvest Gold

📋 copy color: '#E2B071'

red 226 ◦ green 176 ◦ blue 113

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

Shades of Harvest Gold #E2B071

Tints of Harvest Gold #E2B071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.17%

 BLUE value IS 113 (44.53% from 255) = 21.94%

R = 43.88%
G = 34.17%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E2B071 (or 0xE2B071) is known color: Harvest Gold. HEX triplet: E2, B0 and 71. RGB value is (226,176,113). Sum of RGB (Red+Green+Blue) = 226+176+113=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B071 is #1D4F8E. Grayscale: #B8B8B8. Windows color (decimal): -1920911 or 7450850. OLE color: 7450850.

HSL color Cylindrical-coordinate representation of color #E2B071: hue angle of 33.45º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2B071 is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 176 113 -
CMYK 0 0.22 0.5 0.11
HSL 33.45º 0.66% 0.66% -
HSV(B) 33.45º 0.5% 0.89% -
XYZ 49.87 48.41 22.34 -
YUV 183.77 88.07 158.12 -
System Red Green Blue C M Y K H S L
Decimal 226 176 113 0 0.22 0.5 0.11 33.45 0.66 0.66
Hex E2 B0 71 0 16 32 B 21 42 42
Octal 342 260 161 0 26 62 13 41 102 102
Binary 11100010 10110000 1110001 0 10110 110010 1011 100001 1000010 1000010

Color Harmonies of #E2B071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B071

Black with #E2B071

Text Example


Text Example

White with #E2B071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B071; }

 p { color: rgb(226,176,113); }

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

background-color css

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

 a { background-color: rgb(226,176,113); }

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

border-color css

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

 span { border-color: rgb(226,176,113); }

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