Html Css Color HEX #E2B571 Harvest Gold

📋 copy color: '#E2B571'

red 226 ◦ green 181 ◦ blue 113

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

Shades of Harvest Gold #E2B571

Tints of Harvest Gold #E2B571

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.81%

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

R = 43.46%
G = 34.81%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#E2B571 (or 0xE2B571) is known color: Harvest Gold. HEX triplet: E2, B5 and 71. RGB value is (226,181,113). Sum of RGB (Red+Green+Blue) = 226+181+113=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B571 is #1D4A8E. Grayscale: #BBBBBB. Windows color (decimal): -1919631 or 7452130. OLE color: 7452130.

HSL color Cylindrical-coordinate representation of color #E2B571: hue angle of 36.11º 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 #E2B571 is Cyan = 0, Magento = 0.20, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 181 113 -
CMYK 0 0.20 0.5 0.11
HSL 36.11º 0.66% 0.66% -
HSV(B) 36.11º 0.5% 0.89% -
XYZ 50.87 50.41 22.67 -
YUV 186.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 226 181 113 0 0.20 0.5 0.11 36.11 0.66 0.66
Hex E2 B5 71 0 14 32 B 24 42 42
Octal 342 265 161 0 24 62 13 44 102 102
Binary 11100010 10110101 1110001 0 10100 110010 1011 100100 1000010 1000010

Color Harmonies of #E2B571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B571

Black with #E2B571

Text Example


Text Example

White with #E2B571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B571; }

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

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

background-color css

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

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

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

border-color css

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

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

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