#E8BB72

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

Shades of Harvest Gold #E8BB72

Tints of Harvest Gold #E8BB72

Color information

#E8BB72 (or 0xE8BB72) is unknown color: approx Harvest Gold. HEX triplet: E8, BB and 72. RGB value is (232,187,114). Sum of RGB (Red+Green+Blue) = 232+187+114=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BB72 is #17448D. Grayscale: #C0C0C0. Windows color (decimal): -1524878 or 7519208. OLE color: 7519208.

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

Color convert

RGB232187114-
CMYK00.190.510.09
HSL37.12º71.95%67.84%-
HSV(B)37.12º50.86%90.98%-
XYZ54.0953.9123.47-
YUV192.1383.91156.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.53%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 114 (44.92% from 255) = 21.39%
R=43.53%
G=35.08%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218711400.190.510.0937.1271.9567.84
HexE8BB72013339254844
Octal350273162023631145110104
Binary11101000101110111110010010011110011100110010110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BB72; }

 p { color: rgb(232,187,114); }

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

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

 a { background-color: rgb(232,187,114); }

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

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

 span { border-color: rgb(232,187,114); }

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