Shades of Golden Yellow #E8DA08
Tints of Golden Yellow #E8DA08
RGB
CMYK
RGB Variations
Color information
#E8DA08 (or 0xE8DA08) is known color: Golden Yellow. HEX triplet: E8, DA and 08. RGB value is (232,218,8). Sum of RGB (Red+Green+Blue) = 232+218+8=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DA08 is #1725F7. Grayscale: #C7C7C7. Windows color (decimal): -1517048 or 580328. OLE color: 580328.
HSL color Cylindrical-coordinate representation of color #E8DA08: hue angle of 56.25º 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 #E8DA08 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 8 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.09 |
| HSL | 56.25º | 0.93% | 0.47% | - |
| HSV(B) | 56.25º | 0.97% | 0.91% | - |
| XYZ | 58.39 | 67.32 | 10.15 | - |
| YUV | 198.25 | 20.64 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 8 | 0 | 0.06 | 0.97 | 0.09 | 56.25 | 0.93 | 0.47 |
| Hex | E8 | DA | 8 | 0 | 6 | 61 | 9 | 38 | 5D | 2F |
| Octal | 350 | 332 | 10 | 0 | 6 | 141 | 11 | 70 | 135 | 57 |
| Binary | 11101000 | 11011010 | 1000 | 0 | 110 | 1100001 | 1001 | 111000 | 1011101 | 101111 |
Color Harmonies of #E8DA08
Complementary color
Monochromatic Colors of #E8DA08
Black with #E8DA08
Text Example
Text Example
White with #E8DA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA08; }
p { color: rgb(232,218,8); }
H1.HeaderClassName
{
color: #E8DA08;
}
.AnyTagClassName
{
color: #E8DA08;
}
</style>
background-color css
<style>
a { background-color: #E8DA08; }
a { background-color: rgb(232,218,8); }
div.DivClassName
{
background-color: #E8DA08;
}
.BgClassName
{
background-color: #E8DA08;
}
</style>
border-color css
<style>
span { border-color: #E8DA08; }
span { border-color: rgb(232,218,8); }
td.TdClassName
{
border-color: #E8DA08;
}
.TagClassName
{
border-color: #E8DA08;
}
</style>