Shades of Golden Yellow #E7DD03
Tints of Golden Yellow #E7DD03
RGB
CMYK
RGB Variations
Color information
#E7DD03 (or 0xE7DD03) is known color: Golden Yellow. HEX triplet: E7, DD and 03. RGB value is (231,221,3). Sum of RGB (Red+Green+Blue) = 231+221+3=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DD03 is #1822FC. Grayscale: #C8C8C8. Windows color (decimal): -1581821 or 253415. OLE color: 253415.
HSL color Cylindrical-coordinate representation of color #E7DD03: hue angle of 57.37º 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 #E7DD03 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 3 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.09 |
| HSL | 57.37º | 0.97% | 0.46% | - |
| HSV(B) | 57.37º | 0.99% | 0.91% | - |
| XYZ | 58.83 | 68.71 | 10.25 | - |
| YUV | 199.14 | 17.31 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 3 | 0 | 0.04 | 0.99 | 0.09 | 57.37 | 0.97 | 0.46 |
| Hex | E7 | DD | 3 | 0 | 4 | 63 | 9 | 39 | 61 | 2E |
| Octal | 347 | 335 | 3 | 0 | 4 | 143 | 11 | 71 | 141 | 56 |
| Binary | 11100111 | 11011101 | 11 | 0 | 100 | 1100011 | 1001 | 111001 | 1100001 | 101110 |
Color Harmonies of #E7DD03
Complementary color
Monochromatic Colors of #E7DD03
Black with #E7DD03
Text Example
Text Example
White with #E7DD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD03; }
p { color: rgb(231,221,3); }
H1.HeaderClassName
{
color: #E7DD03;
}
.AnyTagClassName
{
color: #E7DD03;
}
</style>
background-color css
<style>
a { background-color: #E7DD03; }
a { background-color: rgb(231,221,3); }
div.DivClassName
{
background-color: #E7DD03;
}
.BgClassName
{
background-color: #E7DD03;
}
</style>
border-color css
<style>
span { border-color: #E7DD03; }
span { border-color: rgb(231,221,3); }
td.TdClassName
{
border-color: #E7DD03;
}
.TagClassName
{
border-color: #E7DD03;
}
</style>