Shades of Harvest Gold #EDB36B
Tints of Harvest Gold #EDB36B
RGB
CMYK
RGB Variations
Color information
#EDB36B (or 0xEDB36B) is known color: Harvest Gold. HEX triplet: ED, B3 and 6B. RGB value is (237,179,107). Sum of RGB (Red+Green+Blue) = 237+179+107=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB36B is #124C94. Grayscale: #BCBCBC. Windows color (decimal): -1199253 or 7058413. OLE color: 7058413.
HSL color Cylindrical-coordinate representation of color #EDB36B: hue angle of 33.23º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDB36B is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 107 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.07 |
| HSL | 33.23º | 0.78% | 0.67% | - |
| HSV(B) | 33.23º | 0.55% | 0.93% | - |
| XYZ | 53.7 | 51.31 | 20.98 | - |
| YUV | 188.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 107 | 0 | 0.24 | 0.55 | 0.07 | 33.23 | 0.78 | 0.67 |
| Hex | ED | B3 | 6B | 0 | 18 | 37 | 7 | 21 | 4E | 43 |
| Octal | 355 | 263 | 153 | 0 | 30 | 67 | 7 | 41 | 116 | 103 |
| Binary | 11101101 | 10110011 | 1101011 | 0 | 11000 | 110111 | 111 | 100001 | 1001110 | 1000011 |
Color Harmonies of #EDB36B
Complementary color
Monochromatic Colors of #EDB36B
Black with #EDB36B
Text Example
Text Example
White with #EDB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB36B; }
p { color: rgb(237,179,107); }
H1.HeaderClassName
{
color: #EDB36B;
}
.AnyTagClassName
{
color: #EDB36B;
}
</style>
background-color css
<style>
a { background-color: #EDB36B; }
a { background-color: rgb(237,179,107); }
div.DivClassName
{
background-color: #EDB36B;
}
.BgClassName
{
background-color: #EDB36B;
}
</style>
border-color css
<style>
span { border-color: #EDB36B; }
span { border-color: rgb(237,179,107); }
td.TdClassName
{
border-color: #EDB36B;
}
.TagClassName
{
border-color: #EDB36B;
}
</style>