Html Css Color HEX #E8B970 Harvest Gold

📋 copy color: '#E8B970'

red 232 ◦ green 185 ◦ blue 112

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

Shades of Harvest Gold #E8B970

Tints of Harvest Gold #E8B970

RGB

 RED value IS 232 (91.02% from 255) = 43.86%

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

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

R = 43.86%
G = 34.97%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E8B970 (or 0xE8B970) is known color: Harvest Gold. HEX triplet: E8, B9 and 70. RGB value is (232,185,112). Sum of RGB (Red+Green+Blue) = 232+185+112=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B970 is #17468F. Grayscale: #BFBFBF. Windows color (decimal): -1525392 or 7387624. OLE color: 7387624.

HSL color Cylindrical-coordinate representation of color #E8B970: hue angle of 36.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8B970 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 185 112 -
CMYK 0 0.20 0.52 0.09
HSL 36.5º 0.72% 0.67% -
HSV(B) 36.5º 0.52% 0.91% -
XYZ 53.55 53.02 22.74 -
YUV 190.73 83.57 157.44 -
System Red Green Blue C M Y K H S L
Decimal 232 185 112 0 0.20 0.52 0.09 36.5 0.72 0.67
Hex E8 B9 70 0 14 34 9 24 48 43
Octal 350 271 160 0 24 64 11 44 110 103
Binary 11101000 10111001 1110000 0 10100 110100 1001 100100 1001000 1000011

Color Harmonies of #E8B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B970

Black with #E8B970

Text Example


Text Example

White with #E8B970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B970; }

 p { color: rgb(232,185,112); }

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

background-color css

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

 a { background-color: rgb(232,185,112); }

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

border-color css

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

 span { border-color: rgb(232,185,112); }

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