Shades of Golden Yellow #EDDA02
Tints of Golden Yellow #EDDA02
RGB
CMYK
RGB Variations
Color information
#EDDA02 (or 0xEDDA02) is known color: Golden Yellow. HEX triplet: ED, DA and 02. RGB value is (237,218,2). Sum of RGB (Red+Green+Blue) = 237+218+2=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA02 is #1225FD. Grayscale: #C7C7C7. Windows color (decimal): -1189374 or 187117. OLE color: 187117.
HSL color Cylindrical-coordinate representation of color #EDDA02: hue angle of 55.15º 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 #EDDA02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.07 |
| HSL | 55.15º | 0.98% | 0.47% | - |
| HSV(B) | 55.15º | 0.99% | 0.93% | - |
| XYZ | 60.01 | 68.15 | 10.05 | - |
| YUV | 199.06 | 16.79 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 2 | 0 | 0.08 | 0.99 | 0.07 | 55.15 | 0.98 | 0.47 |
| Hex | ED | DA | 2 | 0 | 8 | 63 | 7 | 37 | 62 | 2F |
| Octal | 355 | 332 | 2 | 0 | 10 | 143 | 7 | 67 | 142 | 57 |
| Binary | 11101101 | 11011010 | 10 | 0 | 1000 | 1100011 | 111 | 110111 | 1100010 | 101111 |
Color Harmonies of #EDDA02
Complementary color
Monochromatic Colors of #EDDA02
Black with #EDDA02
Text Example
Text Example
White with #EDDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA02; }
p { color: rgb(237,218,2); }
H1.HeaderClassName
{
color: #EDDA02;
}
.AnyTagClassName
{
color: #EDDA02;
}
</style>
background-color css
<style>
a { background-color: #EDDA02; }
a { background-color: rgb(237,218,2); }
div.DivClassName
{
background-color: #EDDA02;
}
.BgClassName
{
background-color: #EDDA02;
}
</style>
border-color css
<style>
span { border-color: #EDDA02; }
span { border-color: rgb(237,218,2); }
td.TdClassName
{
border-color: #EDDA02;
}
.TagClassName
{
border-color: #EDDA02;
}
</style>