Shades of Golden Yellow #E4DC00
Tints of Golden Yellow #E4DC00
RGB
CMYK
RGB Variations
Color information
#E4DC00 (or 0xE4DC00) is known color: Golden Yellow. HEX triplet: E4, DC and 00. RGB value is (228,220,0). Sum of RGB (Red+Green+Blue) = 228+220+0=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4DC00 is #1B23FF. Grayscale: #C6C6C6. Windows color (decimal): -1778688 or 56548. OLE color: 56548.
HSL color Cylindrical-coordinate representation of color #E4DC00: hue angle of 57.89º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4DC00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 220 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.11 |
| HSL | 57.89º | 1% | 0.45% | - |
| HSV(B) | 57.89º | 1% | 0.89% | - |
| XYZ | 57.59 | 67.68 | 10.03 | - |
| YUV | 197.31 | 16.65 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 220 | 0 | 0 | 0.04 | 1 | 0.11 | 57.89 | 1 | 0.45 |
| Hex | E4 | DC | 0 | 0 | 4 | 64 | B | 3A | 64 | 2D |
| Octal | 344 | 334 | 0 | 0 | 4 | 144 | 13 | 72 | 144 | 55 |
| Binary | 11100100 | 11011100 | 0 | 0 | 100 | 1100100 | 1011 | 111010 | 1100100 | 101101 |
Color Harmonies of #E4DC00
Complementary color
Monochromatic Colors of #E4DC00
Black with #E4DC00
Text Example
Text Example
White with #E4DC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DC00; }
p { color: rgb(228,220,0); }
H1.HeaderClassName
{
color: #E4DC00;
}
.AnyTagClassName
{
color: #E4DC00;
}
</style>
background-color css
<style>
a { background-color: #E4DC00; }
a { background-color: rgb(228,220,0); }
div.DivClassName
{
background-color: #E4DC00;
}
.BgClassName
{
background-color: #E4DC00;
}
</style>
border-color css
<style>
span { border-color: #E4DC00; }
span { border-color: rgb(228,220,0); }
td.TdClassName
{
border-color: #E4DC00;
}
.TagClassName
{
border-color: #E4DC00;
}
</style>