#E8B272

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

Shades of Harvest Gold #E8B272

Tints of Harvest Gold #E8B272

Color information

#E8B272 (or 0xE8B272) is unknown color: approx Harvest Gold. HEX triplet: E8, B2 and 72. RGB value is (232,178,114). Sum of RGB (Red+Green+Blue) = 232+178+114=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8B272 is #174D8D. Grayscale: #BBBBBB. Windows color (decimal): -1527182 or 7516904. OLE color: 7516904.

HSL color Cylindrical-coordinate representation of color #E8B272: hue angle of 32.54º 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 #E8B272 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB232178114-
CMYK00.230.510.09
HSL32.54º71.95%67.84%-
HSV(B)32.54º50.86%90.98%-
XYZ52.2450.2122.86-
YUV186.8586.89160.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.27%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 114 (44.92% from 255) = 21.76%
R=44.27%
G=33.97%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217811400.230.510.0932.5471.9567.84
HexE8B272017339214844
Octal350262162027631141110104
Binary11101000101100101110010010111110011100110000110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B272; }

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

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

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

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

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

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

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

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