#E0B769

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

Shades of Harvest Gold #E0B769

Tints of Harvest Gold #E0B769

Color information

#E0B769 (or 0xE0B769) is unknown color: approx Harvest Gold. HEX triplet: E0, B7 and 69. RGB value is (224,183,105). Sum of RGB (Red+Green+Blue) = 224+183+105=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B769 is #1F4896. Grayscale: #BABABA. Windows color (decimal): -2050199 or 6928352. OLE color: 6928352.

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

Color convert

RGB224183105-
CMYK00.180.530.12
HSL39.33º65.75%64.51%-
HSV(B)39.33º53.12%87.84%-
XYZ50.2250.7320.51-
YUV186.3782.08154.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 105 (41.41% from 255) = 20.51%
R=43.75%
G=35.74%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418310500.180.530.1239.3365.7564.51
HexE0B76901235C274241
Octal340267151022651447102101
Binary11100000101101111101001010010110101110010011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B769; }

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

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

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

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

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

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

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

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