#E2B272

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

Shades of Harvest Gold #E2B272

Tints of Harvest Gold #E2B272

Color information

#E2B272 (or 0xE2B272) is unknown color: approx Harvest Gold. HEX triplet: E2, B2 and 72. RGB value is (226,178,114). Sum of RGB (Red+Green+Blue) = 226+178+114=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B272 is #1D4D8D. Grayscale: #B9B9B9. Windows color (decimal): -1920398 or 7516898. OLE color: 7516898.

HSL color Cylindrical-coordinate representation of color #E2B272: hue angle of 34.29º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2B272 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB226178114-
CMYK00.210.500.11
HSL34.29º65.88%66.67%-
HSV(B)34.29º49.56%88.63%-
XYZ50.3249.2222.77-
YUV185.0687.9157.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.63%
GREEN value IS 178 (69.92% from 255) = 34.36%
BLUE value IS 114 (44.92% from 255) = 22.01%
R=43.63%
G=34.36%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617811400.210.500.1134.2965.8866.67
HexE2B27201532B224243
Octal342262162025621342102103
Binary11100010101100101110010010101110010101110001010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B272; }

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

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

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

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

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

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

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

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