Shades of Golden Yellow #E4DF05
Tints of Golden Yellow #E4DF05
RGB
CMYK
RGB Variations
Color information
#E4DF05 (or 0xE4DF05) is known color: Golden Yellow. HEX triplet: E4, DF and 05. RGB value is (228,223,5). Sum of RGB (Red+Green+Blue) = 228+223+5=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 5 (2.34% from 255 or 1.10% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4DF05 is #1B20FA. Grayscale: #C8C8C8. Windows color (decimal): -1777915 or 384996. OLE color: 384996.
HSL color Cylindrical-coordinate representation of color #E4DF05: hue angle of 58.65º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E4DF05 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 223 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.11 |
| HSL | 58.65º | 0.96% | 0.46% | - |
| HSV(B) | 58.65º | 0.98% | 0.89% | - |
| XYZ | 58.41 | 69.28 | 10.44 | - |
| YUV | 199.64 | 18.16 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 223 | 5 | 0 | 0.02 | 0.98 | 0.11 | 58.65 | 0.96 | 0.46 |
| Hex | E4 | DF | 5 | 0 | 2 | 62 | B | 3B | 60 | 2E |
| Octal | 344 | 337 | 5 | 0 | 2 | 142 | 13 | 73 | 140 | 56 |
| Binary | 11100100 | 11011111 | 101 | 0 | 10 | 1100010 | 1011 | 111011 | 1100000 | 101110 |
Color Harmonies of #E4DF05
Complementary color
Monochromatic Colors of #E4DF05
Black with #E4DF05
Text Example
Text Example
White with #E4DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DF05; }
p { color: rgb(228,223,5); }
H1.HeaderClassName
{
color: #E4DF05;
}
.AnyTagClassName
{
color: #E4DF05;
}
</style>
background-color css
<style>
a { background-color: #E4DF05; }
a { background-color: rgb(228,223,5); }
div.DivClassName
{
background-color: #E4DF05;
}
.BgClassName
{
background-color: #E4DF05;
}
</style>
border-color css
<style>
span { border-color: #E4DF05; }
span { border-color: rgb(228,223,5); }
td.TdClassName
{
border-color: #E4DF05;
}
.TagClassName
{
border-color: #E4DF05;
}
</style>