Shades of Golden Yellow #E7DC05
Tints of Golden Yellow #E7DC05
RGB
CMYK
RGB Variations
Color information
#E7DC05 (or 0xE7DC05) is known color: Golden Yellow. HEX triplet: E7, DC and 05. RGB value is (231,220,5). Sum of RGB (Red+Green+Blue) = 231+220+5=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 5 (2.34% from 255 or 1.10% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DC05 is #1823FA. Grayscale: #C7C7C7. Windows color (decimal): -1582075 or 384231. OLE color: 384231.
HSL color Cylindrical-coordinate representation of color #E7DC05: hue angle of 57.08º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7DC05 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.09 |
| HSL | 57.08º | 0.96% | 0.46% | - |
| HSV(B) | 57.08º | 0.98% | 0.91% | - |
| XYZ | 58.58 | 68.19 | 10.22 | - |
| YUV | 198.78 | 18.64 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 5 | 0 | 0.05 | 0.98 | 0.09 | 57.08 | 0.96 | 0.46 |
| Hex | E7 | DC | 5 | 0 | 5 | 62 | 9 | 39 | 60 | 2E |
| Octal | 347 | 334 | 5 | 0 | 5 | 142 | 11 | 71 | 140 | 56 |
| Binary | 11100111 | 11011100 | 101 | 0 | 101 | 1100010 | 1001 | 111001 | 1100000 | 101110 |
Color Harmonies of #E7DC05
Complementary color
Monochromatic Colors of #E7DC05
Black with #E7DC05
Text Example
Text Example
White with #E7DC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC05; }
p { color: rgb(231,220,5); }
H1.HeaderClassName
{
color: #E7DC05;
}
.AnyTagClassName
{
color: #E7DC05;
}
</style>
background-color css
<style>
a { background-color: #E7DC05; }
a { background-color: rgb(231,220,5); }
div.DivClassName
{
background-color: #E7DC05;
}
.BgClassName
{
background-color: #E7DC05;
}
</style>
border-color css
<style>
span { border-color: #E7DC05; }
span { border-color: rgb(231,220,5); }
td.TdClassName
{
border-color: #E7DC05;
}
.TagClassName
{
border-color: #E7DC05;
}
</style>