Shades of Harvest Gold #E4B46C
Tints of Harvest Gold #E4B46C
RGB
CMYK
RGB Variations
Color information
#E4B46C (or 0xE4B46C) is known color: Harvest Gold. HEX triplet: E4, B4 and 6C. RGB value is (228,180,108). Sum of RGB (Red+Green+Blue) = 228+180+108=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B46C is #1B4B93. Grayscale: #BABABA. Windows color (decimal): -1788820 or 7124196. OLE color: 7124196.
HSL color Cylindrical-coordinate representation of color #E4B46C: hue angle of 36º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E4B46C is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 180 | 108 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.11 |
| HSL | 36º | 0.69% | 0.66% | - |
| HSV(B) | 36º | 0.53% | 0.89% | - |
| XYZ | 51.02 | 50.22 | 21.19 | - |
| YUV | 186.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 180 | 108 | 0 | 0.21 | 0.53 | 0.11 | 36 | 0.69 | 0.66 |
| Hex | E4 | B4 | 6C | 0 | 15 | 35 | B | 24 | 45 | 42 |
| Octal | 344 | 264 | 154 | 0 | 25 | 65 | 13 | 44 | 105 | 102 |
| Binary | 11100100 | 10110100 | 1101100 | 0 | 10101 | 110101 | 1011 | 100100 | 1000101 | 1000010 |
Color Harmonies of #E4B46C
Complementary color
Monochromatic Colors of #E4B46C
Black with #E4B46C
Text Example
Text Example
White with #E4B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B46C; }
p { color: rgb(228,180,108); }
H1.HeaderClassName
{
color: #E4B46C;
}
.AnyTagClassName
{
color: #E4B46C;
}
</style>
background-color css
<style>
a { background-color: #E4B46C; }
a { background-color: rgb(228,180,108); }
div.DivClassName
{
background-color: #E4B46C;
}
.BgClassName
{
background-color: #E4B46C;
}
</style>
border-color css
<style>
span { border-color: #E4B46C; }
span { border-color: rgb(228,180,108); }
td.TdClassName
{
border-color: #E4B46C;
}
.TagClassName
{
border-color: #E4B46C;
}
</style>