Shades of Golden Yellow #EDDD00
Tints of Golden Yellow #EDDD00
RGB
CMYK
RGB Variations
Color information
#EDDD00 (or 0xEDDD00) is known color: Golden Yellow. HEX triplet: ED, DD and 00. RGB value is (237,221,0). Sum of RGB (Red+Green+Blue) = 237+221+0=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD00 is #1222FF. Grayscale: #C9C9C9. Windows color (decimal): -1188608 or 56813. OLE color: 56813.
HSL color Cylindrical-coordinate representation of color #EDDD00: hue angle of 55.95º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDDD00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.07 |
| HSL | 55.95º | 1% | 0.46% | - |
| HSV(B) | 55.95º | 1% | 0.93% | - |
| XYZ | 60.78 | 69.72 | 10.25 | - |
| YUV | 200.59 | 14.8 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 0 | 0 | 0.07 | 1 | 0.07 | 55.95 | 1 | 0.46 |
| Hex | ED | DD | 0 | 0 | 7 | 64 | 7 | 38 | 64 | 2E |
| Octal | 355 | 335 | 0 | 0 | 7 | 144 | 7 | 70 | 144 | 56 |
| Binary | 11101101 | 11011101 | 0 | 0 | 111 | 1100100 | 111 | 111000 | 1100100 | 101110 |
Color Harmonies of #EDDD00
Complementary color
Monochromatic Colors of #EDDD00
Black with #EDDD00
Text Example
Text Example
White with #EDDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD00; }
p { color: rgb(237,221,0); }
H1.HeaderClassName
{
color: #EDDD00;
}
.AnyTagClassName
{
color: #EDDD00;
}
</style>
background-color css
<style>
a { background-color: #EDDD00; }
a { background-color: rgb(237,221,0); }
div.DivClassName
{
background-color: #EDDD00;
}
.BgClassName
{
background-color: #EDDD00;
}
</style>
border-color css
<style>
span { border-color: #EDDD00; }
span { border-color: rgb(237,221,0); }
td.TdClassName
{
border-color: #EDDD00;
}
.TagClassName
{
border-color: #EDDD00;
}
</style>