Shades of Harvest Gold #EDB867
Tints of Harvest Gold #EDB867
RGB
CMYK
RGB Variations
Color information
#EDB867 (or 0xEDB867) is known color: Harvest Gold. HEX triplet: ED, B8 and 67. RGB value is (237,184,103). Sum of RGB (Red+Green+Blue) = 237+184+103=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB867 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB867 is #124798. Grayscale: #BEBEBE. Windows color (decimal): -1197977 or 6797549. OLE color: 6797549.
HSL color Cylindrical-coordinate representation of color #EDB867: hue angle of 36.27º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDB867 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 103 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.07 |
| HSL | 36.27º | 0.79% | 0.67% | - |
| HSV(B) | 36.27º | 0.57% | 0.93% | - |
| XYZ | 54.51 | 53.26 | 20.24 | - |
| YUV | 190.61 | 78.56 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 103 | 0 | 0.22 | 0.57 | 0.07 | 36.27 | 0.79 | 0.67 |
| Hex | ED | B8 | 67 | 0 | 16 | 39 | 7 | 24 | 4F | 43 |
| Octal | 355 | 270 | 147 | 0 | 26 | 71 | 7 | 44 | 117 | 103 |
| Binary | 11101101 | 10111000 | 1100111 | 0 | 10110 | 111001 | 111 | 100100 | 1001111 | 1000011 |
Color Harmonies of #EDB867
Complementary color
Monochromatic Colors of #EDB867
Black with #EDB867
Text Example
Text Example
White with #EDB867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB867; }
p { color: rgb(237,184,103); }
H1.HeaderClassName
{
color: #EDB867;
}
.AnyTagClassName
{
color: #EDB867;
}
</style>
background-color css
<style>
a { background-color: #EDB867; }
a { background-color: rgb(237,184,103); }
div.DivClassName
{
background-color: #EDB867;
}
.BgClassName
{
background-color: #EDB867;
}
</style>
border-color css
<style>
span { border-color: #EDB867; }
span { border-color: rgb(237,184,103); }
td.TdClassName
{
border-color: #EDB867;
}
.TagClassName
{
border-color: #EDB867;
}
</style>