Html Css Color HEX #E0B86A Harvest Gold

📋 copy color: '#E0B86A'

red 224 ◦ green 184 ◦ blue 106

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

Shades of Harvest Gold #E0B86A

Tints of Harvest Gold #E0B86A

RGB

 RED value IS 224 (87.89% from 255) = 43.58%

 GREEN value IS 184 (72.27% from 255) = 35.8%

 BLUE value IS 106 (41.8% from 255) = 20.62%

R = 43.58%
G = 35.8%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0B86A (or 0xE0B86A) is known color: Harvest Gold. HEX triplet: E0, B8 and 6A. RGB value is (224,184,106). Sum of RGB (Red+Green+Blue) = 224+184+106=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B86A is #1F4795. Grayscale: #BBBBBB. Windows color (decimal): -2049942 or 6994144. OLE color: 6994144.

HSL color Cylindrical-coordinate representation of color #E0B86A: hue angle of 39.66º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0B86A is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 184 106 -
CMYK 0 0.18 0.53 0.12
HSL 39.66º 0.66% 0.65% -
HSV(B) 39.66º 0.53% 0.88% -
XYZ 50.48 51.17 20.85 -
YUV 187.07 82.25 154.34 -
System Red Green Blue C M Y K H S L
Decimal 224 184 106 0 0.18 0.53 0.12 39.66 0.66 0.65
Hex E0 B8 6A 0 12 35 C 28 42 41
Octal 340 270 152 0 22 65 14 50 102 101
Binary 11100000 10111000 1101010 0 10010 110101 1100 101000 1000010 1000001

Color Harmonies of #E0B86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B86A

Black with #E0B86A

Text Example


Text Example

White with #E0B86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B86A; }

 p { color: rgb(224,184,106); }

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

background-color css

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

 a { background-color: rgb(224,184,106); }

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

border-color css

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

 span { border-color: rgb(224,184,106); }

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