Shades of Harvest Gold #EDB868
Tints of Harvest Gold #EDB868
RGB
CMYK
RGB Variations
Color information
#EDB868 (or 0xEDB868) is known color: Harvest Gold. HEX triplet: ED, B8 and 68. RGB value is (237,184,104). Sum of RGB (Red+Green+Blue) = 237+184+104=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB868 is #124797. Grayscale: #BFBFBF. Windows color (decimal): -1197976 or 6863085. OLE color: 6863085.
HSL color Cylindrical-coordinate representation of color #EDB868: hue angle of 36.09º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDB868 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 104 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.07 |
| HSL | 36.09º | 0.79% | 0.67% | - |
| HSV(B) | 36.09º | 0.56% | 0.93% | - |
| XYZ | 54.56 | 53.28 | 20.51 | - |
| YUV | 190.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 104 | 0 | 0.22 | 0.56 | 0.07 | 36.09 | 0.79 | 0.67 |
| Hex | ED | B8 | 68 | 0 | 16 | 38 | 7 | 24 | 4F | 43 |
| Octal | 355 | 270 | 150 | 0 | 26 | 70 | 7 | 44 | 117 | 103 |
| Binary | 11101101 | 10111000 | 1101000 | 0 | 10110 | 111000 | 111 | 100100 | 1001111 | 1000011 |
Color Harmonies of #EDB868
Complementary color
Monochromatic Colors of #EDB868
Black with #EDB868
Text Example
Text Example
White with #EDB868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB868; }
p { color: rgb(237,184,104); }
H1.HeaderClassName
{
color: #EDB868;
}
.AnyTagClassName
{
color: #EDB868;
}
</style>
background-color css
<style>
a { background-color: #EDB868; }
a { background-color: rgb(237,184,104); }
div.DivClassName
{
background-color: #EDB868;
}
.BgClassName
{
background-color: #EDB868;
}
</style>
border-color css
<style>
span { border-color: #EDB868; }
span { border-color: rgb(237,184,104); }
td.TdClassName
{
border-color: #EDB868;
}
.TagClassName
{
border-color: #EDB868;
}
</style>