Shades of Harvest Gold #E4B26F
Tints of Harvest Gold #E4B26F
RGB
CMYK
RGB Variations
Color information
#E4B26F (or 0xE4B26F) is known color: Harvest Gold. HEX triplet: E4, B2 and 6F. RGB value is (228,178,111). Sum of RGB (Red+Green+Blue) = 228+178+111=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4B26F is #1B4D90. Grayscale: #B9B9B9. Windows color (decimal): -1789329 or 7320292. OLE color: 7320292.
HSL color Cylindrical-coordinate representation of color #E4B26F: hue angle of 34.36º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E4B26F is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 178 | 111 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.11 |
| HSL | 34.36º | 0.68% | 0.66% | - |
| HSV(B) | 34.36º | 0.51% | 0.89% | - |
| XYZ | 50.78 | 49.48 | 21.91 | - |
| YUV | 185.31 | 86.07 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 178 | 111 | 0 | 0.22 | 0.51 | 0.11 | 34.36 | 0.68 | 0.66 |
| Hex | E4 | B2 | 6F | 0 | 16 | 33 | B | 22 | 44 | 42 |
| Octal | 344 | 262 | 157 | 0 | 26 | 63 | 13 | 42 | 104 | 102 |
| Binary | 11100100 | 10110010 | 1101111 | 0 | 10110 | 110011 | 1011 | 100010 | 1000100 | 1000010 |
Color Harmonies of #E4B26F
Complementary color
Monochromatic Colors of #E4B26F
Black with #E4B26F
Text Example
Text Example
White with #E4B26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B26F; }
p { color: rgb(228,178,111); }
H1.HeaderClassName
{
color: #E4B26F;
}
.AnyTagClassName
{
color: #E4B26F;
}
</style>
background-color css
<style>
a { background-color: #E4B26F; }
a { background-color: rgb(228,178,111); }
div.DivClassName
{
background-color: #E4B26F;
}
.BgClassName
{
background-color: #E4B26F;
}
</style>
border-color css
<style>
span { border-color: #E4B26F; }
span { border-color: rgb(228,178,111); }
td.TdClassName
{
border-color: #E4B26F;
}
.TagClassName
{
border-color: #E4B26F;
}
</style>