Shades of Golden Yellow #E5DC06
Tints of Golden Yellow #E5DC06
RGB
CMYK
RGB Variations
Color information
#E5DC06 (or 0xE5DC06) is known color: Golden Yellow. HEX triplet: E5, DC and 06. RGB value is (229,220,6). Sum of RGB (Red+Green+Blue) = 229+220+6=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DC06 is #1A23F9. Grayscale: #C7C7C7. Windows color (decimal): -1713146 or 449765. OLE color: 449765.
HSL color Cylindrical-coordinate representation of color #E5DC06: hue angle of 57.58º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5DC06 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 6 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.10 |
| HSL | 57.58º | 0.95% | 0.46% | - |
| HSV(B) | 57.58º | 0.97% | 0.9% | - |
| XYZ | 57.94 | 67.86 | 10.22 | - |
| YUV | 198.3 | 19.48 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 6 | 0 | 0.04 | 0.97 | 0.10 | 57.58 | 0.95 | 0.46 |
| Hex | E5 | DC | 6 | 0 | 4 | 61 | A | 3A | 5F | 2E |
| Octal | 345 | 334 | 6 | 0 | 4 | 141 | 12 | 72 | 137 | 56 |
| Binary | 11100101 | 11011100 | 110 | 0 | 100 | 1100001 | 1010 | 111010 | 1011111 | 101110 |
Color Harmonies of #E5DC06
Complementary color
Monochromatic Colors of #E5DC06
Black with #E5DC06
Text Example
Text Example
White with #E5DC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC06; }
p { color: rgb(229,220,6); }
H1.HeaderClassName
{
color: #E5DC06;
}
.AnyTagClassName
{
color: #E5DC06;
}
</style>
background-color css
<style>
a { background-color: #E5DC06; }
a { background-color: rgb(229,220,6); }
div.DivClassName
{
background-color: #E5DC06;
}
.BgClassName
{
background-color: #E5DC06;
}
</style>
border-color css
<style>
span { border-color: #E5DC06; }
span { border-color: rgb(229,220,6); }
td.TdClassName
{
border-color: #E5DC06;
}
.TagClassName
{
border-color: #E5DC06;
}
</style>