Shades of Golden Yellow #EEDB09
Tints of Golden Yellow #EEDB09
RGB
CMYK
RGB Variations
Color information
#EEDB09 (or 0xEEDB09) is known color: Golden Yellow. HEX triplet: EE, DB and 09. RGB value is (238,219,9). Sum of RGB (Red+Green+Blue) = 238+219+9=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 9 (3.91% from 255 or 1.93% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDB09 is #1124F6. Grayscale: #C9C9C9. Windows color (decimal): -1123575 or 646126. OLE color: 646126.
HSL color Cylindrical-coordinate representation of color #EEDB09: hue angle of 55.02º 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 #EEDB09 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 9 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.07 |
| HSL | 55.02º | 0.93% | 0.48% | - |
| HSV(B) | 55.02º | 0.96% | 0.93% | - |
| XYZ | 60.64 | 68.86 | 10.35 | - |
| YUV | 200.74 | 19.79 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 9 | 0 | 0.08 | 0.96 | 0.07 | 55.02 | 0.93 | 0.48 |
| Hex | EE | DB | 9 | 0 | 8 | 60 | 7 | 37 | 5D | 30 |
| Octal | 356 | 333 | 11 | 0 | 10 | 140 | 7 | 67 | 135 | 60 |
| Binary | 11101110 | 11011011 | 1001 | 0 | 1000 | 1100000 | 111 | 110111 | 1011101 | 110000 |
Color Harmonies of #EEDB09
Complementary color
Monochromatic Colors of #EEDB09
Black with #EEDB09
Text Example
Text Example
White with #EEDB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB09; }
p { color: rgb(238,219,9); }
H1.HeaderClassName
{
color: #EEDB09;
}
.AnyTagClassName
{
color: #EEDB09;
}
</style>
background-color css
<style>
a { background-color: #EEDB09; }
a { background-color: rgb(238,219,9); }
div.DivClassName
{
background-color: #EEDB09;
}
.BgClassName
{
background-color: #EEDB09;
}
</style>
border-color css
<style>
span { border-color: #EEDB09; }
span { border-color: rgb(238,219,9); }
td.TdClassName
{
border-color: #EEDB09;
}
.TagClassName
{
border-color: #EEDB09;
}
</style>