Shades of Harvest Gold #E4B16D
Tints of Harvest Gold #E4B16D
RGB
CMYK
RGB Variations
Color information
#E4B16D (or 0xE4B16D) is known color: Harvest Gold. HEX triplet: E4, B1 and 6D. RGB value is (228,177,109). Sum of RGB (Red+Green+Blue) = 228+177+109=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4B16D is #1B4E92. Grayscale: #B8B8B8. Windows color (decimal): -1789587 or 7188964. OLE color: 7188964.
HSL color Cylindrical-coordinate representation of color #E4B16D: hue angle of 34.29º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E4B16D is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 177 | 109 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.11 |
| HSL | 34.29º | 0.69% | 0.66% | - |
| HSV(B) | 34.29º | 0.52% | 0.89% | - |
| XYZ | 50.48 | 49.04 | 21.27 | - |
| YUV | 184.5 | 85.4 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 177 | 109 | 0 | 0.22 | 0.52 | 0.11 | 34.29 | 0.69 | 0.66 |
| Hex | E4 | B1 | 6D | 0 | 16 | 34 | B | 22 | 45 | 42 |
| Octal | 344 | 261 | 155 | 0 | 26 | 64 | 13 | 42 | 105 | 102 |
| Binary | 11100100 | 10110001 | 1101101 | 0 | 10110 | 110100 | 1011 | 100010 | 1000101 | 1000010 |
Color Harmonies of #E4B16D
Complementary color
Monochromatic Colors of #E4B16D
Black with #E4B16D
Text Example
Text Example
White with #E4B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B16D; }
p { color: rgb(228,177,109); }
H1.HeaderClassName
{
color: #E4B16D;
}
.AnyTagClassName
{
color: #E4B16D;
}
</style>
background-color css
<style>
a { background-color: #E4B16D; }
a { background-color: rgb(228,177,109); }
div.DivClassName
{
background-color: #E4B16D;
}
.BgClassName
{
background-color: #E4B16D;
}
</style>
border-color css
<style>
span { border-color: #E4B16D; }
span { border-color: rgb(228,177,109); }
td.TdClassName
{
border-color: #E4B16D;
}
.TagClassName
{
border-color: #E4B16D;
}
</style>