Shades of Golden Yellow #E8DD04
Tints of Golden Yellow #E8DD04
RGB
CMYK
RGB Variations
Color information
#E8DD04 (or 0xE8DD04) is known color: Golden Yellow. HEX triplet: E8, DD and 04. RGB value is (232,221,4). Sum of RGB (Red+Green+Blue) = 232+221+4=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 4 (1.95% from 255 or 0.88% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DD04 is #1722FB. Grayscale: #C8C8C8. Windows color (decimal): -1516284 or 318952. OLE color: 318952.
HSL color Cylindrical-coordinate representation of color #E8DD04: hue angle of 57.11º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8DD04 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.09 |
| HSL | 57.11º | 0.97% | 0.46% | - |
| HSV(B) | 57.11º | 0.98% | 0.91% | - |
| XYZ | 59.16 | 68.88 | 10.29 | - |
| YUV | 199.55 | 17.64 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 4 | 0 | 0.05 | 0.98 | 0.09 | 57.11 | 0.97 | 0.46 |
| Hex | E8 | DD | 4 | 0 | 5 | 62 | 9 | 39 | 61 | 2E |
| Octal | 350 | 335 | 4 | 0 | 5 | 142 | 11 | 71 | 141 | 56 |
| Binary | 11101000 | 11011101 | 100 | 0 | 101 | 1100010 | 1001 | 111001 | 1100001 | 101110 |
Color Harmonies of #E8DD04
Complementary color
Monochromatic Colors of #E8DD04
Black with #E8DD04
Text Example
Text Example
White with #E8DD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD04; }
p { color: rgb(232,221,4); }
H1.HeaderClassName
{
color: #E8DD04;
}
.AnyTagClassName
{
color: #E8DD04;
}
</style>
background-color css
<style>
a { background-color: #E8DD04; }
a { background-color: rgb(232,221,4); }
div.DivClassName
{
background-color: #E8DD04;
}
.BgClassName
{
background-color: #E8DD04;
}
</style>
border-color css
<style>
span { border-color: #E8DD04; }
span { border-color: rgb(232,221,4); }
td.TdClassName
{
border-color: #E8DD04;
}
.TagClassName
{
border-color: #E8DD04;
}
</style>