Shades of Harvest Gold #E4B265
Tints of Harvest Gold #E4B265
RGB
CMYK
RGB Variations
Color information
#E4B265 (or 0xE4B265) is known color: Harvest Gold. HEX triplet: E4, B2 and 65. RGB value is (228,178,101). Sum of RGB (Red+Green+Blue) = 228+178+101=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4B265 is #1B4D9A. Grayscale: #B8B8B8. Windows color (decimal): -1789339 or 6664932. OLE color: 6664932.
HSL color Cylindrical-coordinate representation of color #E4B265: hue angle of 36.38º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E4B265 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 178 | 101 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.11 |
| HSL | 36.38º | 0.7% | 0.65% | - |
| HSV(B) | 36.38º | 0.56% | 0.89% | - |
| XYZ | 50.26 | 49.27 | 19.17 | - |
| YUV | 184.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 178 | 101 | 0 | 0.22 | 0.56 | 0.11 | 36.38 | 0.7 | 0.65 |
| Hex | E4 | B2 | 65 | 0 | 16 | 38 | B | 24 | 46 | 41 |
| Octal | 344 | 262 | 145 | 0 | 26 | 70 | 13 | 44 | 106 | 101 |
| Binary | 11100100 | 10110010 | 1100101 | 0 | 10110 | 111000 | 1011 | 100100 | 1000110 | 1000001 |
Color Harmonies of #E4B265
Complementary color
Monochromatic Colors of #E4B265
Black with #E4B265
Text Example
Text Example
White with #E4B265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B265; }
p { color: rgb(228,178,101); }
H1.HeaderClassName
{
color: #E4B265;
}
.AnyTagClassName
{
color: #E4B265;
}
</style>
background-color css
<style>
a { background-color: #E4B265; }
a { background-color: rgb(228,178,101); }
div.DivClassName
{
background-color: #E4B265;
}
.BgClassName
{
background-color: #E4B265;
}
</style>
border-color css
<style>
span { border-color: #E4B265; }
span { border-color: rgb(228,178,101); }
td.TdClassName
{
border-color: #E4B265;
}
.TagClassName
{
border-color: #E4B265;
}
</style>