Shades of Golden Yellow #EDDC02
Tints of Golden Yellow #EDDC02
RGB
CMYK
RGB Variations
Color information
#EDDC02 (or 0xEDDC02) is known color: Golden Yellow. HEX triplet: ED, DC and 02. RGB value is (237,220,2). Sum of RGB (Red+Green+Blue) = 237+220+2=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 2 (1.17% from 255 or 0.44% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC02 is #1223FD. Grayscale: #C9C9C9. Windows color (decimal): -1188862 or 187629. OLE color: 187629.
HSL color Cylindrical-coordinate representation of color #EDDC02: hue angle of 55.66º 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 #EDDC02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.07 |
| HSL | 55.66º | 0.98% | 0.47% | - |
| HSV(B) | 55.66º | 0.99% | 0.93% | - |
| XYZ | 60.53 | 69.2 | 10.22 | - |
| YUV | 200.23 | 16.13 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 2 | 0 | 0.07 | 0.99 | 0.07 | 55.66 | 0.98 | 0.47 |
| Hex | ED | DC | 2 | 0 | 7 | 63 | 7 | 38 | 62 | 2F |
| Octal | 355 | 334 | 2 | 0 | 7 | 143 | 7 | 70 | 142 | 57 |
| Binary | 11101101 | 11011100 | 10 | 0 | 111 | 1100011 | 111 | 111000 | 1100010 | 101111 |
Color Harmonies of #EDDC02
Complementary color
Monochromatic Colors of #EDDC02
Black with #EDDC02
Text Example
Text Example
White with #EDDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC02; }
p { color: rgb(237,220,2); }
H1.HeaderClassName
{
color: #EDDC02;
}
.AnyTagClassName
{
color: #EDDC02;
}
</style>
background-color css
<style>
a { background-color: #EDDC02; }
a { background-color: rgb(237,220,2); }
div.DivClassName
{
background-color: #EDDC02;
}
.BgClassName
{
background-color: #EDDC02;
}
</style>
border-color css
<style>
span { border-color: #EDDC02; }
span { border-color: rgb(237,220,2); }
td.TdClassName
{
border-color: #EDDC02;
}
.TagClassName
{
border-color: #EDDC02;
}
</style>