Html Css Color HEX #E2B970 Harvest Gold

📋 copy color: '#E2B970'

red 226 ◦ green 185 ◦ blue 112

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

Shades of Harvest Gold #E2B970

Tints of Harvest Gold #E2B970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.37%

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

R = 43.21%
G = 35.37%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E2B970 (or 0xE2B970) is known color: Harvest Gold. HEX triplet: E2, B9 and 70. RGB value is (226,185,112). Sum of RGB (Red+Green+Blue) = 226+185+112=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B970 is #1D468F. Grayscale: #BDBDBD. Windows color (decimal): -1918608 or 7387618. OLE color: 7387618.

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

Color convert

RGB 226 185 112 -
CMYK 0 0.18 0.50 0.11
HSL 38.42º 0.66% 0.66% -
HSV(B) 38.42º 0.5% 0.89% -
XYZ 51.64 52.04 22.65 -
YUV 188.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 226 185 112 0 0.18 0.50 0.11 38.42 0.66 0.66
Hex E2 B9 70 0 12 32 B 26 42 42
Octal 342 271 160 0 22 62 13 46 102 102
Binary 11100010 10111001 1110000 0 10010 110010 1011 100110 1000010 1000010

Color Harmonies of #E2B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B970

Black with #E2B970

Text Example


Text Example

White with #E2B970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B970; }

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

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

background-color css

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

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

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

border-color css

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

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

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