Html Css Color HEX #E2B46E Harvest Gold

📋 copy color: '#E2B46E'

red 226 ◦ green 180 ◦ blue 110

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

Shades of Harvest Gold #E2B46E

Tints of Harvest Gold #E2B46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.32%

R = 43.8%
G = 34.88%
B = 21.32%

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

#E2B46E (or 0xE2B46E) is known color: Harvest Gold. HEX triplet: E2, B4 and 6E. RGB value is (226,180,110). Sum of RGB (Red+Green+Blue) = 226+180+110=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B46E is #1D4B91. Grayscale: #BABABA. Windows color (decimal): -1919890 or 7255266. OLE color: 7255266.

HSL color Cylindrical-coordinate representation of color #E2B46E: hue angle of 36.21º degrees, saturation: 0.67, 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 #E2B46E is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 180 110 -
CMYK 0 0.20 0.51 0.11
HSL 36.21º 0.67% 0.66% -
HSV(B) 36.21º 0.51% 0.89% -
XYZ 50.5 49.94 21.73 -
YUV 185.77 85.24 156.69 -
System Red Green Blue C M Y K H S L
Decimal 226 180 110 0 0.20 0.51 0.11 36.21 0.67 0.66
Hex E2 B4 6E 0 14 33 B 24 43 42
Octal 342 264 156 0 24 63 13 44 103 102
Binary 11100010 10110100 1101110 0 10100 110011 1011 100100 1000011 1000010

Color Harmonies of #E2B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B46E

Black with #E2B46E

Text Example


Text Example

White with #E2B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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