Html Css Color HEX #E2B96D Harvest Gold

📋 copy color: '#E2B96D'

red 226 ◦ green 185 ◦ blue 109

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

Shades of Harvest Gold #E2B96D

Tints of Harvest Gold #E2B96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.96%

R = 43.46%
G = 35.58%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2B96D (or 0xE2B96D) is known color: Harvest Gold. HEX triplet: E2, B9 and 6D. RGB value is (226,185,109). Sum of RGB (Red+Green+Blue) = 226+185+109=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B96D is #1D4692. Grayscale: #BCBCBC. Windows color (decimal): -1918611 or 7191010. OLE color: 7191010.

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

Color convert

RGB 226 185 109 -
CMYK 0 0.18 0.52 0.11
HSL 38.97º 0.67% 0.66% -
HSV(B) 38.97º 0.52% 0.89% -
XYZ 51.47 51.97 21.79 -
YUV 188.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 226 185 109 0 0.18 0.52 0.11 38.97 0.67 0.66
Hex E2 B9 6D 0 12 34 B 27 43 42
Octal 342 271 155 0 22 64 13 47 103 102
Binary 11100010 10111001 1101101 0 10010 110100 1011 100111 1000011 1000010

Color Harmonies of #E2B96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B96D

Black with #E2B96D

Text Example


Text Example

White with #E2B96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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