#E0B669

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

Shades of Harvest Gold #E0B669

Tints of Harvest Gold #E0B669

Color information

#E0B669 (or 0xE0B669) is unknown color: approx Harvest Gold. HEX triplet: E0, B6 and 69. RGB value is (224,182,105). Sum of RGB (Red+Green+Blue) = 224+182+105=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B669 is #1F4996. Grayscale: #BABABA. Windows color (decimal): -2050455 or 6928096. OLE color: 6928096.

HSL color Cylindrical-coordinate representation of color #E0B669: hue angle of 38.82º 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 #E0B669 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB224182105-
CMYK00.190.530.12
HSL38.82º65.75%64.51%-
HSV(B)38.82º53.12%87.84%-
XYZ50.0250.3220.44-
YUV185.7882.41155.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.84%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 105 (41.41% from 255) = 20.55%
R=43.84%
G=35.62%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418210500.190.530.1238.8265.7564.51
HexE0B66901335C274241
Octal340266151023651447102101
Binary11100000101101101101001010011110101110010011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B669; }

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

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

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

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

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

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

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

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