Shades of Golden Yellow #E4DF04
Tints of Golden Yellow #E4DF04
RGB
CMYK
RGB Variations
Color information
#E4DF04 (or 0xE4DF04) is known color: Golden Yellow. HEX triplet: E4, DF and 04. RGB value is (228,223,4). Sum of RGB (Red+Green+Blue) = 228+223+4=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4DF04 is #1B20FB. Grayscale: #C8C8C8. Windows color (decimal): -1777916 or 319460. OLE color: 319460.
HSL color Cylindrical-coordinate representation of color #E4DF04: hue angle of 58.66º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E4DF04 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 223 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.11 |
| HSL | 58.66º | 0.97% | 0.45% | - |
| HSV(B) | 58.66º | 0.98% | 0.89% | - |
| XYZ | 58.4 | 69.28 | 10.41 | - |
| YUV | 199.53 | 17.66 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 223 | 4 | 0 | 0.02 | 0.98 | 0.11 | 58.66 | 0.97 | 0.45 |
| Hex | E4 | DF | 4 | 0 | 2 | 62 | B | 3B | 61 | 2D |
| Octal | 344 | 337 | 4 | 0 | 2 | 142 | 13 | 73 | 141 | 55 |
| Binary | 11100100 | 11011111 | 100 | 0 | 10 | 1100010 | 1011 | 111011 | 1100001 | 101101 |
Color Harmonies of #E4DF04
Complementary color
Monochromatic Colors of #E4DF04
Black with #E4DF04
Text Example
Text Example
White with #E4DF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DF04; }
p { color: rgb(228,223,4); }
H1.HeaderClassName
{
color: #E4DF04;
}
.AnyTagClassName
{
color: #E4DF04;
}
</style>
background-color css
<style>
a { background-color: #E4DF04; }
a { background-color: rgb(228,223,4); }
div.DivClassName
{
background-color: #E4DF04;
}
.BgClassName
{
background-color: #E4DF04;
}
</style>
border-color css
<style>
span { border-color: #E4DF04; }
span { border-color: rgb(228,223,4); }
td.TdClassName
{
border-color: #E4DF04;
}
.TagClassName
{
border-color: #E4DF04;
}
</style>