Html Css Color HEX #E2BA70 Harvest Gold

📋 copy color: '#E2BA70'

red 226 ◦ green 186 ◦ blue 112

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

Shades of Harvest Gold #E2BA70

Tints of Harvest Gold #E2BA70

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.5%

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

R = 43.13%
G = 35.5%
B = 21.37%

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

#E2BA70 (or 0xE2BA70) is known color: Harvest Gold. HEX triplet: E2, BA and 70. RGB value is (226,186,112). Sum of RGB (Red+Green+Blue) = 226+186+112=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BA70 is #1D458F. Grayscale: #BDBDBD. Windows color (decimal): -1918352 or 7387874. OLE color: 7387874.

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

Color convert

RGB 226 186 112 -
CMYK 0 0.18 0.50 0.11
HSL 38.95º 0.66% 0.66% -
HSV(B) 38.95º 0.5% 0.89% -
XYZ 51.85 52.46 22.72 -
YUV 189.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 226 186 112 0 0.18 0.50 0.11 38.95 0.66 0.66
Hex E2 BA 70 0 12 32 B 27 42 42
Octal 342 272 160 0 22 62 13 47 102 102
Binary 11100010 10111010 1110000 0 10010 110010 1011 100111 1000010 1000010

Color Harmonies of #E2BA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BA70

Black with #E2BA70

Text Example


Text Example

White with #E2BA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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