#E8BF70

Color #E8BF70 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #E8BF70

Tints of Harvest Gold #E8BF70

Color information

#E8BF70 (or 0xE8BF70) is unknown color: approx Harvest Gold. HEX triplet: E8, BF and 70. RGB value is (232,191,112). Sum of RGB (Red+Green+Blue) = 232+191+112=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BF70 is #17408F. Grayscale: #C2C2C2. Windows color (decimal): -1523856 or 7389160. OLE color: 7389160.

HSL color Cylindrical-coordinate representation of color #E8BF70: hue angle of 39.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 #E8BF70 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB232191112-
CMYK00.180.520.09
HSL39.5º72.29%67.45%-
HSV(B)39.5º51.72%90.98%-
XYZ54.8355.5923.17-
YUV194.2581.58154.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.36%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 112 (44.14% from 255) = 20.93%
R=43.36%
G=35.70%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219111200.180.520.0939.572.2967.45
HexE8BF70012349284843
Octal350277160022641150110103
Binary11101000101111111110000010010110100100110100010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BF70; }

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

 H1.HeaderClassName
 {
   color: #E8BF70;
 }
 .AnyTagClassName
 {
   color: #E8BF70;
 }
</style>
background-color css

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

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

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

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

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

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