Shades of Golden Yellow #EDDA0A
Tints of Golden Yellow #EDDA0A
RGB
CMYK
RGB Variations
Color information
#EDDA0A (or 0xEDDA0A) is known color: Golden Yellow. HEX triplet: ED, DA and 0A. RGB value is (237,218,10). Sum of RGB (Red+Green+Blue) = 237+218+10=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA0A is #1225F5. Grayscale: #C8C8C8. Windows color (decimal): -1189366 or 711405. OLE color: 711405.
HSL color Cylindrical-coordinate representation of color #EDDA0A: hue angle of 54.98º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDDA0A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 10 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.07 |
| HSL | 54.98º | 0.92% | 0.48% | - |
| HSV(B) | 54.98º | 0.96% | 0.93% | - |
| XYZ | 60.05 | 68.17 | 10.28 | - |
| YUV | 199.97 | 20.79 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 10 | 0 | 0.08 | 0.96 | 0.07 | 54.98 | 0.92 | 0.48 |
| Hex | ED | DA | A | 0 | 8 | 60 | 7 | 37 | 5C | 30 |
| Octal | 355 | 332 | 12 | 0 | 10 | 140 | 7 | 67 | 134 | 60 |
| Binary | 11101101 | 11011010 | 1010 | 0 | 1000 | 1100000 | 111 | 110111 | 1011100 | 110000 |
Color Harmonies of #EDDA0A
Complementary color
Monochromatic Colors of #EDDA0A
Black with #EDDA0A
Text Example
Text Example
White with #EDDA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA0A; }
p { color: rgb(237,218,10); }
H1.HeaderClassName
{
color: #EDDA0A;
}
.AnyTagClassName
{
color: #EDDA0A;
}
</style>
background-color css
<style>
a { background-color: #EDDA0A; }
a { background-color: rgb(237,218,10); }
div.DivClassName
{
background-color: #EDDA0A;
}
.BgClassName
{
background-color: #EDDA0A;
}
</style>
border-color css
<style>
span { border-color: #EDDA0A; }
span { border-color: rgb(237,218,10); }
td.TdClassName
{
border-color: #EDDA0A;
}
.TagClassName
{
border-color: #EDDA0A;
}
</style>