Shades of Golden Yellow #E4DC08
Tints of Golden Yellow #E4DC08
RGB
CMYK
RGB Variations
Color information
#E4DC08 (or 0xE4DC08) is known color: Golden Yellow. HEX triplet: E4, DC and 08. RGB value is (228,220,8). Sum of RGB (Red+Green+Blue) = 228+220+8=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4DC08 is #1B23F7. Grayscale: #C7C7C7. Windows color (decimal): -1778680 or 580836. OLE color: 580836.
HSL color Cylindrical-coordinate representation of color #E4DC08: hue angle of 57.82º 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 #E4DC08 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 220 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.11 |
| HSL | 57.82º | 0.93% | 0.46% | - |
| HSV(B) | 57.82º | 0.96% | 0.89% | - |
| XYZ | 57.63 | 67.7 | 10.26 | - |
| YUV | 198.22 | 20.65 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 8 | 0 | 0.04 | 0.96 | 0.11 | 57.82 | 0.93 | 0.46 |
| Hex | E4 | DC | 8 | 0 | 4 | 60 | B | 3A | 5D | 2E |
| Octal | 344 | 334 | 10 | 0 | 4 | 140 | 13 | 72 | 135 | 56 |
| Binary | 11100100 | 11011100 | 1000 | 0 | 100 | 1100000 | 1011 | 111010 | 1011101 | 101110 |
Color Harmonies of #E4DC08
Complementary color
Monochromatic Colors of #E4DC08
Black with #E4DC08
Text Example
Text Example
White with #E4DC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DC08; }
p { color: rgb(228,220,8); }
H1.HeaderClassName
{
color: #E4DC08;
}
.AnyTagClassName
{
color: #E4DC08;
}
</style>
background-color css
<style>
a { background-color: #E4DC08; }
a { background-color: rgb(228,220,8); }
div.DivClassName
{
background-color: #E4DC08;
}
.BgClassName
{
background-color: #E4DC08;
}
</style>
border-color css
<style>
span { border-color: #E4DC08; }
span { border-color: rgb(228,220,8); }
td.TdClassName
{
border-color: #E4DC08;
}
.TagClassName
{
border-color: #E4DC08;
}
</style>