#E0B269

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

Shades of Harvest Gold #E0B269

Tints of Harvest Gold #E0B269

Color information

#E0B269 (or 0xE0B269) is unknown color: approx Harvest Gold. HEX triplet: E0, B2 and 69. RGB value is (224,178,105). Sum of RGB (Red+Green+Blue) = 224+178+105=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B269 is #1F4D96. Grayscale: #B7B7B7. Windows color (decimal): -2051479 or 6927072. OLE color: 6927072.

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

Color convert

RGB224178105-
CMYK00.210.530.12
HSL36.81º65.75%64.51%-
HSV(B)36.81º53.12%87.84%-
XYZ49.2148.7120.17-
YUV183.4383.74156.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.18%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 105 (41.41% from 255) = 20.71%
R=44.18%
G=35.11%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417810500.210.530.1236.8165.7564.51
HexE0B26901535C254241
Octal340262151025651445102101
Binary11100000101100101101001010101110101110010010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B269; }

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

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

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

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

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

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

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

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