Shades of Harvest Gold #EDB468
Tints of Harvest Gold #EDB468
RGB
CMYK
RGB Variations
Color information
#EDB468 (or 0xEDB468) is known color: Harvest Gold. HEX triplet: ED, B4 and 68. RGB value is (237,180,104). Sum of RGB (Red+Green+Blue) = 237+180+104=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB468 is #124B97. Grayscale: #BCBCBC. Windows color (decimal): -1199000 or 6862061. OLE color: 6862061.
HSL color Cylindrical-coordinate representation of color #EDB468: hue angle of 34.29º 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 #EDB468 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 104 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.07 |
| HSL | 34.29º | 0.79% | 0.67% | - |
| HSV(B) | 34.29º | 0.56% | 0.93% | - |
| XYZ | 53.75 | 51.65 | 20.23 | - |
| YUV | 188.38 | 80.38 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 104 | 0 | 0.24 | 0.56 | 0.07 | 34.29 | 0.79 | 0.67 |
| Hex | ED | B4 | 68 | 0 | 18 | 38 | 7 | 22 | 4F | 43 |
| Octal | 355 | 264 | 150 | 0 | 30 | 70 | 7 | 42 | 117 | 103 |
| Binary | 11101101 | 10110100 | 1101000 | 0 | 11000 | 111000 | 111 | 100010 | 1001111 | 1000011 |
Color Harmonies of #EDB468
Complementary color
Monochromatic Colors of #EDB468
Black with #EDB468
Text Example
Text Example
White with #EDB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB468; }
p { color: rgb(237,180,104); }
H1.HeaderClassName
{
color: #EDB468;
}
.AnyTagClassName
{
color: #EDB468;
}
</style>
background-color css
<style>
a { background-color: #EDB468; }
a { background-color: rgb(237,180,104); }
div.DivClassName
{
background-color: #EDB468;
}
.BgClassName
{
background-color: #EDB468;
}
</style>
border-color css
<style>
span { border-color: #EDB468; }
span { border-color: rgb(237,180,104); }
td.TdClassName
{
border-color: #EDB468;
}
.TagClassName
{
border-color: #EDB468;
}
</style>