#e0b76f

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

Shades of Harvest Gold #E0B76F

Tints of Harvest Gold #E0B76F

Color information

#E0B76F (or 0xE0B76F) is unknown color: approx Harvest Gold. HEX triplet: E0, B7 and 6F. RGB value is (224,183,111). Sum of RGB (Red+Green+Blue) = 224+183+111=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B76F is #1F4890. Grayscale: #BBBBBB. Windows color (decimal): -2050193 or 7321568. OLE color: 7321568.

HSL color Cylindrical-coordinate representation of color #E0B76F: hue angle of 38.23º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0B76F is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224183111-
CMYK00.180.500.12
HSL38.23º64.57%65.69%-
HSV(B)38.23º50.45%87.84%-
XYZ50.5450.8622.19-
YUV187.0585.08154.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.24%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 111 (43.75% from 255) = 21.43%
R=43.24%
G=35.33%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418311100.180.500.1238.2364.5765.69
HexE0B76F01232C264142
Octal340267157022621446101102
Binary11100000101101111101111010010110010110010011010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0b76f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0b76f; }

 p { color: rgb(224,183,111); }

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

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

 a { background-color: rgb(224,183,111); }

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

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

 span { border-color: rgb(224,183,111); }

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