Shades of Golden Yellow #EDDD02
Tints of Golden Yellow #EDDD02
RGB
CMYK
RGB Variations
Color information
#EDDD02 (or 0xEDDD02) is known color: Golden Yellow. HEX triplet: ED, DD and 02. RGB value is (237,221,2). Sum of RGB (Red+Green+Blue) = 237+221+2=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD02 is #1222FD. Grayscale: #C9C9C9. Windows color (decimal): -1188606 or 187885. OLE color: 187885.
HSL color Cylindrical-coordinate representation of color #EDDD02: hue angle of 55.91º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDDD02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.07 |
| HSL | 55.91º | 0.98% | 0.47% | - |
| HSV(B) | 55.91º | 0.99% | 0.93% | - |
| XYZ | 60.79 | 69.72 | 10.31 | - |
| YUV | 200.82 | 15.8 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 2 | 0 | 0.07 | 0.99 | 0.07 | 55.91 | 0.98 | 0.47 |
| Hex | ED | DD | 2 | 0 | 7 | 63 | 7 | 38 | 62 | 2F |
| Octal | 355 | 335 | 2 | 0 | 7 | 143 | 7 | 70 | 142 | 57 |
| Binary | 11101101 | 11011101 | 10 | 0 | 111 | 1100011 | 111 | 111000 | 1100010 | 101111 |
Color Harmonies of #EDDD02
Complementary color
Monochromatic Colors of #EDDD02
Black with #EDDD02
Text Example
Text Example
White with #EDDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD02; }
p { color: rgb(237,221,2); }
H1.HeaderClassName
{
color: #EDDD02;
}
.AnyTagClassName
{
color: #EDDD02;
}
</style>
background-color css
<style>
a { background-color: #EDDD02; }
a { background-color: rgb(237,221,2); }
div.DivClassName
{
background-color: #EDDD02;
}
.BgClassName
{
background-color: #EDDD02;
}
</style>
border-color css
<style>
span { border-color: #EDDD02; }
span { border-color: rgb(237,221,2); }
td.TdClassName
{
border-color: #EDDD02;
}
.TagClassName
{
border-color: #EDDD02;
}
</style>