Html Css Color HEX #E2B46F Harvest Gold

📋 copy color: '#E2B46F'

red 226 ◦ green 180 ◦ blue 111

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

Shades of Harvest Gold #E2B46F

Tints of Harvest Gold #E2B46F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.82%

 BLUE value IS 111 (43.75% from 255) = 21.47%

R = 43.71%
G = 34.82%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2B46F (or 0xE2B46F) is known color: Harvest Gold. HEX triplet: E2, B4 and 6F. RGB value is (226,180,111). Sum of RGB (Red+Green+Blue) = 226+180+111=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B46F is #1D4B90. Grayscale: #BABABA. Windows color (decimal): -1919889 or 7320802. OLE color: 7320802.

HSL color Cylindrical-coordinate representation of color #E2B46F: hue angle of 36º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2B46F is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 180 111 -
CMYK 0 0.20 0.51 0.11
HSL 36º 0.66% 0.66% -
HSV(B) 36º 0.51% 0.89% -
XYZ 50.55 49.96 22.02 -
YUV 185.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 226 180 111 0 0.20 0.51 0.11 36 0.66 0.66
Hex E2 B4 6F 0 14 33 B 24 42 42
Octal 342 264 157 0 24 63 13 44 102 102
Binary 11100010 10110100 1101111 0 10100 110011 1011 100100 1000010 1000010

Color Harmonies of #E2B46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B46F

Black with #E2B46F

Text Example


Text Example

White with #E2B46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B46F; }

 p { color: rgb(226,180,111); }

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

background-color css

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

 a { background-color: rgb(226,180,111); }

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

border-color css

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

 span { border-color: rgb(226,180,111); }

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