Shades of Golden Yellow #E8DA05
Tints of Golden Yellow #E8DA05
RGB
CMYK
RGB Variations
Color information
#E8DA05 (or 0xE8DA05) is known color: Golden Yellow. HEX triplet: E8, DA and 05. RGB value is (232,218,5). Sum of RGB (Red+Green+Blue) = 232+218+5=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DA05 is #1725FA. Grayscale: #C6C6C6. Windows color (decimal): -1517051 or 383720. OLE color: 383720.
HSL color Cylindrical-coordinate representation of color #E8DA05: hue angle of 56.3º degrees, saturation: 0.96, 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 #E8DA05 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.09 |
| HSL | 56.3º | 0.96% | 0.46% | - |
| HSV(B) | 56.3º | 0.98% | 0.91% | - |
| XYZ | 58.38 | 67.31 | 10.06 | - |
| YUV | 197.9 | 19.14 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 5 | 0 | 0.06 | 0.98 | 0.09 | 56.3 | 0.96 | 0.46 |
| Hex | E8 | DA | 5 | 0 | 6 | 62 | 9 | 38 | 60 | 2E |
| Octal | 350 | 332 | 5 | 0 | 6 | 142 | 11 | 70 | 140 | 56 |
| Binary | 11101000 | 11011010 | 101 | 0 | 110 | 1100010 | 1001 | 111000 | 1100000 | 101110 |
Color Harmonies of #E8DA05
Complementary color
Monochromatic Colors of #E8DA05
Black with #E8DA05
Text Example
Text Example
White with #E8DA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA05; }
p { color: rgb(232,218,5); }
H1.HeaderClassName
{
color: #E8DA05;
}
.AnyTagClassName
{
color: #E8DA05;
}
</style>
background-color css
<style>
a { background-color: #E8DA05; }
a { background-color: rgb(232,218,5); }
div.DivClassName
{
background-color: #E8DA05;
}
.BgClassName
{
background-color: #E8DA05;
}
</style>
border-color css
<style>
span { border-color: #E8DA05; }
span { border-color: rgb(232,218,5); }
td.TdClassName
{
border-color: #E8DA05;
}
.TagClassName
{
border-color: #E8DA05;
}
</style>