Html Css Color HEX #E1B370 Harvest Gold

📋 copy color: '#E1B370'

red 225 ◦ green 179 ◦ blue 112

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

Shades of Harvest Gold #E1B370

Tints of Harvest Gold #E1B370

RGB

 RED value IS 225 (88.28% from 255) = 43.6%

 GREEN value IS 179 (70.31% from 255) = 34.69%

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

R = 43.6%
G = 34.69%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E1B370 (or 0xE1B370) is known color: Harvest Gold. HEX triplet: E1, B3 and 70. RGB value is (225,179,112). Sum of RGB (Red+Green+Blue) = 225+179+112=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B370 is #1E4C8F. Grayscale: #B9B9B9. Windows color (decimal): -1985680 or 7386081. OLE color: 7386081.

HSL color Cylindrical-coordinate representation of color #E1B370: hue angle of 35.58º degrees, saturation: 0.65, 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 #E1B370 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 179 112 -
CMYK 0 0.20 0.50 0.12
HSL 35.58º 0.65% 0.66% -
HSV(B) 35.58º 0.5% 0.88% -
XYZ 50.1 49.42 22.23 -
YUV 185.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 225 179 112 0 0.20 0.50 0.12 35.58 0.65 0.66
Hex E1 B3 70 0 14 32 C 24 41 42
Octal 341 263 160 0 24 62 14 44 101 102
Binary 11100001 10110011 1110000 0 10100 110010 1100 100100 1000001 1000010

Color Harmonies of #E1B370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B370

Black with #E1B370

Text Example


Text Example

White with #E1B370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B370; }

 p { color: rgb(225,179,112); }

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

background-color css

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

 a { background-color: rgb(225,179,112); }

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

border-color css

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

 span { border-color: rgb(225,179,112); }

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