Shades of Golden Yellow #E4DD02
Tints of Golden Yellow #E4DD02
RGB
CMYK
RGB Variations
Color information
#E4DD02 (or 0xE4DD02) is known color: Golden Yellow. HEX triplet: E4, DD and 02. RGB value is (228,221,2). Sum of RGB (Red+Green+Blue) = 228+221+2=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4DD02 is #1B22FD. Grayscale: #C7C7C7. Windows color (decimal): -1778430 or 187876. OLE color: 187876.
HSL color Cylindrical-coordinate representation of color #E4DD02: hue angle of 58.14º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4DD02 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 221 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.11 |
| HSL | 58.14º | 0.98% | 0.45% | - |
| HSV(B) | 58.14º | 0.99% | 0.89% | - |
| XYZ | 57.86 | 68.21 | 10.17 | - |
| YUV | 198.13 | 17.32 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 221 | 2 | 0 | 0.03 | 0.99 | 0.11 | 58.14 | 0.98 | 0.45 |
| Hex | E4 | DD | 2 | 0 | 3 | 63 | B | 3A | 62 | 2D |
| Octal | 344 | 335 | 2 | 0 | 3 | 143 | 13 | 72 | 142 | 55 |
| Binary | 11100100 | 11011101 | 10 | 0 | 11 | 1100011 | 1011 | 111010 | 1100010 | 101101 |
Color Harmonies of #E4DD02
Complementary color
Monochromatic Colors of #E4DD02
Black with #E4DD02
Text Example
Text Example
White with #E4DD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DD02; }
p { color: rgb(228,221,2); }
H1.HeaderClassName
{
color: #E4DD02;
}
.AnyTagClassName
{
color: #E4DD02;
}
</style>
background-color css
<style>
a { background-color: #E4DD02; }
a { background-color: rgb(228,221,2); }
div.DivClassName
{
background-color: #E4DD02;
}
.BgClassName
{
background-color: #E4DD02;
}
</style>
border-color css
<style>
span { border-color: #E4DD02; }
span { border-color: rgb(228,221,2); }
td.TdClassName
{
border-color: #E4DD02;
}
.TagClassName
{
border-color: #E4DD02;
}
</style>