Shades of Golden Yellow #E7DD04
Tints of Golden Yellow #E7DD04
RGB
CMYK
RGB Variations
Color information
#E7DD04 (or 0xE7DD04) is known color: Golden Yellow. HEX triplet: E7, DD and 04. RGB value is (231,221,4). Sum of RGB (Red+Green+Blue) = 231+221+4=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DD04 is #1822FB. Grayscale: #C8C8C8. Windows color (decimal): -1581820 or 318951. OLE color: 318951.
HSL color Cylindrical-coordinate representation of color #E7DD04: hue angle of 57.36º degrees, saturation: 0.97, 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 #E7DD04 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.09 |
| HSL | 57.36º | 0.97% | 0.46% | - |
| HSV(B) | 57.36º | 0.98% | 0.91% | - |
| XYZ | 58.83 | 68.71 | 10.28 | - |
| YUV | 199.25 | 17.81 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 4 | 0 | 0.04 | 0.98 | 0.09 | 57.36 | 0.97 | 0.46 |
| Hex | E7 | DD | 4 | 0 | 4 | 62 | 9 | 39 | 61 | 2E |
| Octal | 347 | 335 | 4 | 0 | 4 | 142 | 11 | 71 | 141 | 56 |
| Binary | 11100111 | 11011101 | 100 | 0 | 100 | 1100010 | 1001 | 111001 | 1100001 | 101110 |
Color Harmonies of #E7DD04
Complementary color
Monochromatic Colors of #E7DD04
Black with #E7DD04
Text Example
Text Example
White with #E7DD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD04; }
p { color: rgb(231,221,4); }
H1.HeaderClassName
{
color: #E7DD04;
}
.AnyTagClassName
{
color: #E7DD04;
}
</style>
background-color css
<style>
a { background-color: #E7DD04; }
a { background-color: rgb(231,221,4); }
div.DivClassName
{
background-color: #E7DD04;
}
.BgClassName
{
background-color: #E7DD04;
}
</style>
border-color css
<style>
span { border-color: #E7DD04; }
span { border-color: rgb(231,221,4); }
td.TdClassName
{
border-color: #E7DD04;
}
.TagClassName
{
border-color: #E7DD04;
}
</style>