Html Css Color HEX #E2B170 Harvest Gold

📋 copy color: '#E2B170'

red 226 ◦ green 177 ◦ blue 112

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

Shades of Harvest Gold #E2B170

Tints of Harvest Gold #E2B170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.37%

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 43.88%
G = 34.37%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E2B170 (or 0xE2B170) is known color: Harvest Gold. HEX triplet: E2, B1 and 70. RGB value is (226,177,112). Sum of RGB (Red+Green+Blue) = 226+177+112=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B170 is #1D4E8F. Grayscale: #B8B8B8. Windows color (decimal): -1920656 or 7385570. OLE color: 7385570.

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

Color convert

RGB 226 177 112 -
CMYK 0 0.22 0.50 0.11
HSL 34.21º 0.66% 0.66% -
HSV(B) 34.21º 0.5% 0.89% -
XYZ 50.01 48.78 22.11 -
YUV 184.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 226 177 112 0 0.22 0.50 0.11 34.21 0.66 0.66
Hex E2 B1 70 0 16 32 B 22 42 42
Octal 342 261 160 0 26 62 13 42 102 102
Binary 11100010 10110001 1110000 0 10110 110010 1011 100010 1000010 1000010

Color Harmonies of #E2B170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B170

Black with #E2B170

Text Example


Text Example

White with #E2B170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B170; }

 p { color: rgb(226,177,112); }

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

background-color css

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

 a { background-color: rgb(226,177,112); }

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

border-color css

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

 span { border-color: rgb(226,177,112); }

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