Shades of Golden Yellow #EEDA05
Tints of Golden Yellow #EEDA05
RGB
CMYK
RGB Variations
Color information
#EEDA05 (or 0xEEDA05) is known color: Golden Yellow. HEX triplet: EE, DA and 05. RGB value is (238,218,5). Sum of RGB (Red+Green+Blue) = 238+218+5=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 5 (2.34% from 255 or 1.08% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDA05 is #1125FA. Grayscale: #C8C8C8. Windows color (decimal): -1123835 or 383726. OLE color: 383726.
HSL color Cylindrical-coordinate representation of color #EEDA05: hue angle of 54.85º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEDA05 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.07 |
| HSL | 54.85º | 0.96% | 0.48% | - |
| HSV(B) | 54.85º | 0.98% | 0.93% | - |
| XYZ | 60.36 | 68.33 | 10.15 | - |
| YUV | 199.7 | 18.13 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 5 | 0 | 0.08 | 0.98 | 0.07 | 54.85 | 0.96 | 0.48 |
| Hex | EE | DA | 5 | 0 | 8 | 62 | 7 | 37 | 60 | 30 |
| Octal | 356 | 332 | 5 | 0 | 10 | 142 | 7 | 67 | 140 | 60 |
| Binary | 11101110 | 11011010 | 101 | 0 | 1000 | 1100010 | 111 | 110111 | 1100000 | 110000 |
Color Harmonies of #EEDA05
Complementary color
Monochromatic Colors of #EEDA05
Black with #EEDA05
Text Example
Text Example
White with #EEDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA05; }
p { color: rgb(238,218,5); }
H1.HeaderClassName
{
color: #EEDA05;
}
.AnyTagClassName
{
color: #EEDA05;
}
</style>
background-color css
<style>
a { background-color: #EEDA05; }
a { background-color: rgb(238,218,5); }
div.DivClassName
{
background-color: #EEDA05;
}
.BgClassName
{
background-color: #EEDA05;
}
</style>
border-color css
<style>
span { border-color: #EEDA05; }
span { border-color: rgb(238,218,5); }
td.TdClassName
{
border-color: #EEDA05;
}
.TagClassName
{
border-color: #EEDA05;
}
</style>