Shades of Golden Yellow #EDDC0A
Tints of Golden Yellow #EDDC0A
RGB
CMYK
RGB Variations
Color information
#EDDC0A (or 0xEDDC0A) is known color: Golden Yellow. HEX triplet: ED, DC and 0A. RGB value is (237,220,10). Sum of RGB (Red+Green+Blue) = 237+220+10=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC0A is #1223F5. Grayscale: #C9C9C9. Windows color (decimal): -1188854 or 711917. OLE color: 711917.
HSL color Cylindrical-coordinate representation of color #EDDC0A: hue angle of 55.51º 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 #EDDC0A is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 10 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.07 |
| HSL | 55.51º | 0.92% | 0.48% | - |
| HSV(B) | 55.51º | 0.96% | 0.93% | - |
| XYZ | 60.57 | 69.21 | 10.45 | - |
| YUV | 201.14 | 20.13 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 10 | 0 | 0.07 | 0.96 | 0.07 | 55.51 | 0.92 | 0.48 |
| Hex | ED | DC | A | 0 | 7 | 60 | 7 | 38 | 5C | 30 |
| Octal | 355 | 334 | 12 | 0 | 7 | 140 | 7 | 70 | 134 | 60 |
| Binary | 11101101 | 11011100 | 1010 | 0 | 111 | 1100000 | 111 | 111000 | 1011100 | 110000 |
Color Harmonies of #EDDC0A
Complementary color
Monochromatic Colors of #EDDC0A
Black with #EDDC0A
Text Example
Text Example
White with #EDDC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC0A; }
p { color: rgb(237,220,10); }
H1.HeaderClassName
{
color: #EDDC0A;
}
.AnyTagClassName
{
color: #EDDC0A;
}
</style>
background-color css
<style>
a { background-color: #EDDC0A; }
a { background-color: rgb(237,220,10); }
div.DivClassName
{
background-color: #EDDC0A;
}
.BgClassName
{
background-color: #EDDC0A;
}
</style>
border-color css
<style>
span { border-color: #EDDC0A; }
span { border-color: rgb(237,220,10); }
td.TdClassName
{
border-color: #EDDC0A;
}
.TagClassName
{
border-color: #EDDC0A;
}
</style>