Shades of Harvest Gold #EDBE68
Tints of Harvest Gold #EDBE68
RGB
CMYK
RGB Variations
Color information
#EDBE68 (or 0xEDBE68) is known color: Harvest Gold. HEX triplet: ED, BE and 68. RGB value is (237,190,104). Sum of RGB (Red+Green+Blue) = 237+190+104=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBE68 is #124197. Grayscale: #C2C2C2. Windows color (decimal): -1196440 or 6864621. OLE color: 6864621.
HSL color Cylindrical-coordinate representation of color #EDBE68: hue angle of 38.8º 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 #EDBE68 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 190 | 104 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.07 |
| HSL | 38.8º | 0.79% | 0.67% | - |
| HSV(B) | 38.8º | 0.56% | 0.93% | - |
| XYZ | 55.84 | 55.83 | 20.93 | - |
| YUV | 194.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 104 | 0 | 0.20 | 0.56 | 0.07 | 38.8 | 0.79 | 0.67 |
| Hex | ED | BE | 68 | 0 | 14 | 38 | 7 | 27 | 4F | 43 |
| Octal | 355 | 276 | 150 | 0 | 24 | 70 | 7 | 47 | 117 | 103 |
| Binary | 11101101 | 10111110 | 1101000 | 0 | 10100 | 111000 | 111 | 100111 | 1001111 | 1000011 |
Color Harmonies of #EDBE68
Complementary color
Monochromatic Colors of #EDBE68
Black with #EDBE68
Text Example
Text Example
White with #EDBE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBE68; }
p { color: rgb(237,190,104); }
H1.HeaderClassName
{
color: #EDBE68;
}
.AnyTagClassName
{
color: #EDBE68;
}
</style>
background-color css
<style>
a { background-color: #EDBE68; }
a { background-color: rgb(237,190,104); }
div.DivClassName
{
background-color: #EDBE68;
}
.BgClassName
{
background-color: #EDBE68;
}
</style>
border-color css
<style>
span { border-color: #EDBE68; }
span { border-color: rgb(237,190,104); }
td.TdClassName
{
border-color: #EDBE68;
}
.TagClassName
{
border-color: #EDBE68;
}
</style>