Html Css Color HEX #E2B374 Harvest Gold

📋 copy color: '#E2B374'

red 226 ◦ green 179 ◦ blue 116

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

Shades of Harvest Gold #E2B374

Tints of Harvest Gold #E2B374

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.36%

 BLUE value IS 116 (45.7% from 255) = 22.26%

R = 43.38%
G = 34.36%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E2B374 (or 0xE2B374) is known color: Harvest Gold. HEX triplet: E2, B3 and 74. RGB value is (226,179,116). Sum of RGB (Red+Green+Blue) = 226+179+116=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B374 is #1D4C8B. Grayscale: #BABABA. Windows color (decimal): -1920140 or 7648226. OLE color: 7648226.

HSL color Cylindrical-coordinate representation of color #E2B374: hue angle of 34.36º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2B374 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 179 116 -
CMYK 0 0.21 0.49 0.11
HSL 34.36º 0.65% 0.67% -
HSV(B) 34.36º 0.49% 0.89% -
XYZ 50.64 49.67 23.44 -
YUV 185.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 226 179 116 0 0.21 0.49 0.11 34.36 0.65 0.67
Hex E2 B3 74 0 15 31 B 22 41 43
Octal 342 263 164 0 25 61 13 42 101 103
Binary 11100010 10110011 1110100 0 10101 110001 1011 100010 1000001 1000011

Color Harmonies of #E2B374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B374

Black with #E2B374

Text Example


Text Example

White with #E2B374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B374; }

 p { color: rgb(226,179,116); }

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

background-color css

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

 a { background-color: rgb(226,179,116); }

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

border-color css

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

 span { border-color: rgb(226,179,116); }

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