Shades of Golden Yellow #E7DD02
Tints of Golden Yellow #E7DD02
RGB
CMYK
RGB Variations
Color information
#E7DD02 (or 0xE7DD02) is known color: Golden Yellow. HEX triplet: E7, DD and 02. RGB value is (231,221,2). Sum of RGB (Red+Green+Blue) = 231+221+2=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DD02 is #1822FD. Grayscale: #C7C7C7. Windows color (decimal): -1581822 or 187879. OLE color: 187879.
HSL color Cylindrical-coordinate representation of color #E7DD02: hue angle of 57.38º degrees, saturation: 0.98, 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 #E7DD02 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.09 |
| HSL | 57.38º | 0.98% | 0.46% | - |
| HSV(B) | 57.38º | 0.99% | 0.91% | - |
| XYZ | 58.82 | 68.71 | 10.22 | - |
| YUV | 199.02 | 16.81 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 2 | 0 | 0.04 | 0.99 | 0.09 | 57.38 | 0.98 | 0.46 |
| Hex | E7 | DD | 2 | 0 | 4 | 63 | 9 | 39 | 62 | 2E |
| Octal | 347 | 335 | 2 | 0 | 4 | 143 | 11 | 71 | 142 | 56 |
| Binary | 11100111 | 11011101 | 10 | 0 | 100 | 1100011 | 1001 | 111001 | 1100010 | 101110 |
Color Harmonies of #E7DD02
Complementary color
Monochromatic Colors of #E7DD02
Black with #E7DD02
Text Example
Text Example
White with #E7DD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD02; }
p { color: rgb(231,221,2); }
H1.HeaderClassName
{
color: #E7DD02;
}
.AnyTagClassName
{
color: #E7DD02;
}
</style>
background-color css
<style>
a { background-color: #E7DD02; }
a { background-color: rgb(231,221,2); }
div.DivClassName
{
background-color: #E7DD02;
}
.BgClassName
{
background-color: #E7DD02;
}
</style>
border-color css
<style>
span { border-color: #E7DD02; }
span { border-color: rgb(231,221,2); }
td.TdClassName
{
border-color: #E7DD02;
}
.TagClassName
{
border-color: #E7DD02;
}
</style>