Shades of Golden Yellow #EEDD09
Tints of Golden Yellow #EEDD09
RGB
CMYK
RGB Variations
Color information
#EEDD09 (or 0xEEDD09) is known color: Golden Yellow. HEX triplet: EE, DD and 09. RGB value is (238,221,9). Sum of RGB (Red+Green+Blue) = 238+221+9=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 9 (3.91% from 255 or 1.92% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDD09 is #1122F6. Grayscale: #CACACA. Windows color (decimal): -1123063 or 646638. OLE color: 646638.
HSL color Cylindrical-coordinate representation of color #EEDD09: hue angle of 55.55º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEDD09 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 9 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.07 |
| HSL | 55.55º | 0.93% | 0.48% | - |
| HSV(B) | 55.55º | 0.96% | 0.93% | - |
| XYZ | 61.17 | 69.91 | 10.53 | - |
| YUV | 201.92 | 19.13 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 9 | 0 | 0.07 | 0.96 | 0.07 | 55.55 | 0.93 | 0.48 |
| Hex | EE | DD | 9 | 0 | 7 | 60 | 7 | 38 | 5D | 30 |
| Octal | 356 | 335 | 11 | 0 | 7 | 140 | 7 | 70 | 135 | 60 |
| Binary | 11101110 | 11011101 | 1001 | 0 | 111 | 1100000 | 111 | 111000 | 1011101 | 110000 |
Color Harmonies of #EEDD09
Complementary color
Monochromatic Colors of #EEDD09
Black with #EEDD09
Text Example
Text Example
White with #EEDD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD09; }
p { color: rgb(238,221,9); }
H1.HeaderClassName
{
color: #EEDD09;
}
.AnyTagClassName
{
color: #EEDD09;
}
</style>
background-color css
<style>
a { background-color: #EEDD09; }
a { background-color: rgb(238,221,9); }
div.DivClassName
{
background-color: #EEDD09;
}
.BgClassName
{
background-color: #EEDD09;
}
</style>
border-color css
<style>
span { border-color: #EEDD09; }
span { border-color: rgb(238,221,9); }
td.TdClassName
{
border-color: #EEDD09;
}
.TagClassName
{
border-color: #EEDD09;
}
</style>