Shades of Golden Yellow #E4DA08
Tints of Golden Yellow #E4DA08
RGB
CMYK
RGB Variations
Color information
#E4DA08 (or 0xE4DA08) is known color: Golden Yellow. HEX triplet: E4, DA and 08. RGB value is (228,218,8). Sum of RGB (Red+Green+Blue) = 228+218+8=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4DA08 is #1B25F7. Grayscale: #C5C5C5. Windows color (decimal): -1779192 or 580324. OLE color: 580324.
HSL color Cylindrical-coordinate representation of color #E4DA08: hue angle of 57.27º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4DA08 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 218 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.11 |
| HSL | 57.27º | 0.93% | 0.46% | - |
| HSV(B) | 57.27º | 0.96% | 0.89% | - |
| XYZ | 57.11 | 66.65 | 10.09 | - |
| YUV | 197.05 | 21.31 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 218 | 8 | 0 | 0.04 | 0.96 | 0.11 | 57.27 | 0.93 | 0.46 |
| Hex | E4 | DA | 8 | 0 | 4 | 60 | B | 39 | 5D | 2E |
| Octal | 344 | 332 | 10 | 0 | 4 | 140 | 13 | 71 | 135 | 56 |
| Binary | 11100100 | 11011010 | 1000 | 0 | 100 | 1100000 | 1011 | 111001 | 1011101 | 101110 |
Color Harmonies of #E4DA08
Complementary color
Monochromatic Colors of #E4DA08
Black with #E4DA08
Text Example
Text Example
White with #E4DA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DA08; }
p { color: rgb(228,218,8); }
H1.HeaderClassName
{
color: #E4DA08;
}
.AnyTagClassName
{
color: #E4DA08;
}
</style>
background-color css
<style>
a { background-color: #E4DA08; }
a { background-color: rgb(228,218,8); }
div.DivClassName
{
background-color: #E4DA08;
}
.BgClassName
{
background-color: #E4DA08;
}
</style>
border-color css
<style>
span { border-color: #E4DA08; }
span { border-color: rgb(228,218,8); }
td.TdClassName
{
border-color: #E4DA08;
}
.TagClassName
{
border-color: #E4DA08;
}
</style>