#E8BD61

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

Shades of Harvest Gold #E8BD61

Tints of Harvest Gold #E8BD61

Color information

#E8BD61 (or 0xE8BD61) is unknown color: approx Harvest Gold. HEX triplet: E8, BD and 61. RGB value is (232,189,97). Sum of RGB (Red+Green+Blue) = 232+189+97=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BD61 is #17429E. Grayscale: #BFBFBF. Windows color (decimal): -1524383 or 6405608. OLE color: 6405608.

HSL color Cylindrical-coordinate representation of color #E8BD61: hue angle of 40.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E8BD61 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB23218997-
CMYK00.190.580.09
HSL40.89º74.59%64.51%-
HSV(B)40.89º58.19%90.98%-
XYZ53.6354.4118.99-
YUV191.3774.75156.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.79%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=44.79%
G=36.49%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321899700.190.580.0940.8974.5964.51
HexE8BD610133A9294b41
Octal350275141023721151113101
Binary11101000101111011100001010011111010100110100110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BD61; }

 p { color: rgb(232,189,97); }

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

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

 a { background-color: rgb(232,189,97); }

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

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

 span { border-color: rgb(232,189,97); }

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