Html Css Color HEX #E0B770 Harvest Gold

📋 copy color: '#E0B770'

red 224 ◦ green 183 ◦ blue 112

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

Shades of Harvest Gold #E0B770

Tints of Harvest Gold #E0B770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.26%

 BLUE value IS 112 (44.14% from 255) = 21.58%

R = 43.16%
G = 35.26%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0B770 (or 0xE0B770) is known color: Harvest Gold. HEX triplet: E0, B7 and 70. RGB value is (224,183,112). Sum of RGB (Red+Green+Blue) = 224+183+112=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B770 is #1F488F. Grayscale: #BBBBBB. Windows color (decimal): -2050192 or 7387104. OLE color: 7387104.

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

Color convert

RGB 224 183 112 -
CMYK 0 0.18 0.50 0.12
HSL 38.04º 0.64% 0.66% -
HSV(B) 38.04º 0.5% 0.88% -
XYZ 50.6 50.88 22.48 -
YUV 187.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 224 183 112 0 0.18 0.50 0.12 38.04 0.64 0.66
Hex E0 B7 70 0 12 32 C 26 40 42
Octal 340 267 160 0 22 62 14 46 100 102
Binary 11100000 10110111 1110000 0 10010 110010 1100 100110 1000000 1000010

Color Harmonies of #E0B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B770

Black with #E0B770

Text Example


Text Example

White with #E0B770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B770; }

 p { color: rgb(224,183,112); }

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

background-color css

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

 a { background-color: rgb(224,183,112); }

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

border-color css

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

 span { border-color: rgb(224,183,112); }

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