Shades of Golden Yellow #E8DC03
Tints of Golden Yellow #E8DC03
RGB
CMYK
RGB Variations
Color information
#E8DC03 (or 0xE8DC03) is known color: Golden Yellow. HEX triplet: E8, DC and 03. RGB value is (232,220,3). Sum of RGB (Red+Green+Blue) = 232+220+3=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DC03 is #1723FC. Grayscale: #C7C7C7. Windows color (decimal): -1516541 or 253160. OLE color: 253160.
HSL color Cylindrical-coordinate representation of color #E8DC03: hue angle of 56.86º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8DC03 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.09 |
| HSL | 56.86º | 0.97% | 0.46% | - |
| HSV(B) | 56.86º | 0.99% | 0.91% | - |
| XYZ | 58.89 | 68.35 | 10.18 | - |
| YUV | 198.85 | 17.48 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 3 | 0 | 0.05 | 0.99 | 0.09 | 56.86 | 0.97 | 0.46 |
| Hex | E8 | DC | 3 | 0 | 5 | 63 | 9 | 39 | 61 | 2E |
| Octal | 350 | 334 | 3 | 0 | 5 | 143 | 11 | 71 | 141 | 56 |
| Binary | 11101000 | 11011100 | 11 | 0 | 101 | 1100011 | 1001 | 111001 | 1100001 | 101110 |
Color Harmonies of #E8DC03
Complementary color
Monochromatic Colors of #E8DC03
Black with #E8DC03
Text Example
Text Example
White with #E8DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DC03; }
p { color: rgb(232,220,3); }
H1.HeaderClassName
{
color: #E8DC03;
}
.AnyTagClassName
{
color: #E8DC03;
}
</style>
background-color css
<style>
a { background-color: #E8DC03; }
a { background-color: rgb(232,220,3); }
div.DivClassName
{
background-color: #E8DC03;
}
.BgClassName
{
background-color: #E8DC03;
}
</style>
border-color css
<style>
span { border-color: #E8DC03; }
span { border-color: rgb(232,220,3); }
td.TdClassName
{
border-color: #E8DC03;
}
.TagClassName
{
border-color: #E8DC03;
}
</style>