#E4B969

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

Shades of Harvest Gold #E4B969

Tints of Harvest Gold #E4B969

Color information

#E4B969 (or 0xE4B969) is unknown color: approx Harvest Gold. HEX triplet: E4, B9 and 69. RGB value is (228,185,105). Sum of RGB (Red+Green+Blue) = 228+185+105=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B969 is #1B4696. Grayscale: #BDBDBD. Windows color (decimal): -1787543 or 6928868. OLE color: 6928868.

HSL color Cylindrical-coordinate representation of color #E4B969: hue angle of 39.02º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E4B969 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB228185105-
CMYK00.190.540.11
HSL39.02º69.49%65.29%-
HSV(B)39.02º53.95%89.41%-
XYZ51.8952.2120.71-
YUV188.7480.75156-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.02%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 105 (41.41% from 255) = 20.27%
R=44.02%
G=35.71%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818510500.190.540.1139.0269.4965.29
HexE4B96901336B274541
Octal344271151023661347105101
Binary11100100101110011101001010011110110101110011110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B969; }

 p { color: rgb(228,185,105); }

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

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

 a { background-color: rgb(228,185,105); }

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

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

 span { border-color: rgb(228,185,105); }

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