Shades of Golden Yellow #EDDB02
Tints of Golden Yellow #EDDB02
RGB
CMYK
RGB Variations
Color information
#EDDB02 (or 0xEDDB02) is known color: Golden Yellow. HEX triplet: ED, DB and 02. RGB value is (237,219,2). Sum of RGB (Red+Green+Blue) = 237+219+2=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 2 (1.17% from 255 or 0.44% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB02 is #1224FD. Grayscale: #C8C8C8. Windows color (decimal): -1189118 or 187373. OLE color: 187373.
HSL color Cylindrical-coordinate representation of color #EDDB02: hue angle of 55.4º 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 #EDDB02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.07 |
| HSL | 55.4º | 0.98% | 0.47% | - |
| HSV(B) | 55.4º | 0.99% | 0.93% | - |
| XYZ | 60.27 | 68.67 | 10.14 | - |
| YUV | 199.64 | 16.46 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 2 | 0 | 0.08 | 0.99 | 0.07 | 55.4 | 0.98 | 0.47 |
| Hex | ED | DB | 2 | 0 | 8 | 63 | 7 | 37 | 62 | 2F |
| Octal | 355 | 333 | 2 | 0 | 10 | 143 | 7 | 67 | 142 | 57 |
| Binary | 11101101 | 11011011 | 10 | 0 | 1000 | 1100011 | 111 | 110111 | 1100010 | 101111 |
Color Harmonies of #EDDB02
Complementary color
Monochromatic Colors of #EDDB02
Black with #EDDB02
Text Example
Text Example
White with #EDDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB02; }
p { color: rgb(237,219,2); }
H1.HeaderClassName
{
color: #EDDB02;
}
.AnyTagClassName
{
color: #EDDB02;
}
</style>
background-color css
<style>
a { background-color: #EDDB02; }
a { background-color: rgb(237,219,2); }
div.DivClassName
{
background-color: #EDDB02;
}
.BgClassName
{
background-color: #EDDB02;
}
</style>
border-color css
<style>
span { border-color: #EDDB02; }
span { border-color: rgb(237,219,2); }
td.TdClassName
{
border-color: #EDDB02;
}
.TagClassName
{
border-color: #EDDB02;
}
</style>