Shades of Golden Yellow #EEDB04
Tints of Golden Yellow #EEDB04
RGB
CMYK
RGB Variations
Color information
#EEDB04 (or 0xEEDB04) is known color: Golden Yellow. HEX triplet: EE, DB and 04. RGB value is (238,219,4). Sum of RGB (Red+Green+Blue) = 238+219+4=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDB04 is #1124FB. Grayscale: #C9C9C9. Windows color (decimal): -1123580 or 318446. OLE color: 318446.
HSL color Cylindrical-coordinate representation of color #EEDB04: hue angle of 55.13º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEDB04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.07 |
| HSL | 55.13º | 0.97% | 0.47% | - |
| HSV(B) | 55.13º | 0.98% | 0.93% | - |
| XYZ | 60.61 | 68.85 | 10.21 | - |
| YUV | 200.17 | 17.29 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 4 | 0 | 0.08 | 0.98 | 0.07 | 55.13 | 0.97 | 0.47 |
| Hex | EE | DB | 4 | 0 | 8 | 62 | 7 | 37 | 61 | 2F |
| Octal | 356 | 333 | 4 | 0 | 10 | 142 | 7 | 67 | 141 | 57 |
| Binary | 11101110 | 11011011 | 100 | 0 | 1000 | 1100010 | 111 | 110111 | 1100001 | 101111 |
Color Harmonies of #EEDB04
Complementary color
Monochromatic Colors of #EEDB04
Black with #EEDB04
Text Example
Text Example
White with #EEDB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB04; }
p { color: rgb(238,219,4); }
H1.HeaderClassName
{
color: #EEDB04;
}
.AnyTagClassName
{
color: #EEDB04;
}
</style>
background-color css
<style>
a { background-color: #EEDB04; }
a { background-color: rgb(238,219,4); }
div.DivClassName
{
background-color: #EEDB04;
}
.BgClassName
{
background-color: #EEDB04;
}
</style>
border-color css
<style>
span { border-color: #EEDB04; }
span { border-color: rgb(238,219,4); }
td.TdClassName
{
border-color: #EEDB04;
}
.TagClassName
{
border-color: #EEDB04;
}
</style>