Shades of Harvest Gold #E6B25F
Tints of Harvest Gold #E6B25F
RGB
CMYK
RGB Variations
Color information
#E6B25F (or 0xE6B25F) is known color: Harvest Gold. HEX triplet: E6, B2 and 5F. RGB value is (230,178,95). Sum of RGB (Red+Green+Blue) = 230+178+95=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B25F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B25F is #194DA0. Grayscale: #B8B8B8. Windows color (decimal): -1658273 or 6271718. OLE color: 6271718.
HSL color Cylindrical-coordinate representation of color #E6B25F: hue angle of 36.89º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6B25F is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 178 | 95 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.10 |
| HSL | 36.89º | 0.73% | 0.64% | - |
| HSV(B) | 36.89º | 0.59% | 0.9% | - |
| XYZ | 50.62 | 49.49 | 17.71 | - |
| YUV | 184.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 178 | 95 | 0 | 0.23 | 0.59 | 0.10 | 36.89 | 0.73 | 0.64 |
| Hex | E6 | B2 | 5F | 0 | 17 | 3B | A | 25 | 49 | 40 |
| Octal | 346 | 262 | 137 | 0 | 27 | 73 | 12 | 45 | 111 | 100 |
| Binary | 11100110 | 10110010 | 1011111 | 0 | 10111 | 111011 | 1010 | 100101 | 1001001 | 1000000 |
Color Harmonies of #E6B25F
Complementary color
Monochromatic Colors of #E6B25F
Black with #E6B25F
Text Example
Text Example
White with #E6B25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B25F; }
p { color: rgb(230,178,95); }
H1.HeaderClassName
{
color: #E6B25F;
}
.AnyTagClassName
{
color: #E6B25F;
}
</style>
background-color css
<style>
a { background-color: #E6B25F; }
a { background-color: rgb(230,178,95); }
div.DivClassName
{
background-color: #E6B25F;
}
.BgClassName
{
background-color: #E6B25F;
}
</style>
border-color css
<style>
span { border-color: #E6B25F; }
span { border-color: rgb(230,178,95); }
td.TdClassName
{
border-color: #E6B25F;
}
.TagClassName
{
border-color: #E6B25F;
}
</style>