Shades of Golden Yellow #E8DD08
Tints of Golden Yellow #E8DD08
RGB
CMYK
RGB Variations
Color information
#E8DD08 (or 0xE8DD08) is known color: Golden Yellow. HEX triplet: E8, DD and 08. RGB value is (232,221,8). Sum of RGB (Red+Green+Blue) = 232+221+8=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 8 (3.52% from 255 or 1.74% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DD08 is #1722F7. Grayscale: #C8C8C8. Windows color (decimal): -1516280 or 581096. OLE color: 581096.
HSL color Cylindrical-coordinate representation of color #E8DD08: hue angle of 57.05º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8DD08 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 8 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.09 |
| HSL | 57.05º | 0.93% | 0.47% | - |
| HSV(B) | 57.05º | 0.97% | 0.91% | - |
| XYZ | 59.18 | 68.89 | 10.41 | - |
| YUV | 200.01 | 19.64 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 8 | 0 | 0.05 | 0.97 | 0.09 | 57.05 | 0.93 | 0.47 |
| Hex | E8 | DD | 8 | 0 | 5 | 61 | 9 | 39 | 5D | 2F |
| Octal | 350 | 335 | 10 | 0 | 5 | 141 | 11 | 71 | 135 | 57 |
| Binary | 11101000 | 11011101 | 1000 | 0 | 101 | 1100001 | 1001 | 111001 | 1011101 | 101111 |
Color Harmonies of #E8DD08
Complementary color
Monochromatic Colors of #E8DD08
Black with #E8DD08
Text Example
Text Example
White with #E8DD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD08; }
p { color: rgb(232,221,8); }
H1.HeaderClassName
{
color: #E8DD08;
}
.AnyTagClassName
{
color: #E8DD08;
}
</style>
background-color css
<style>
a { background-color: #E8DD08; }
a { background-color: rgb(232,221,8); }
div.DivClassName
{
background-color: #E8DD08;
}
.BgClassName
{
background-color: #E8DD08;
}
</style>
border-color css
<style>
span { border-color: #E8DD08; }
span { border-color: rgb(232,221,8); }
td.TdClassName
{
border-color: #E8DD08;
}
.TagClassName
{
border-color: #E8DD08;
}
</style>