Shades of Golden Yellow #E5DD02
Tints of Golden Yellow #E5DD02
RGB
CMYK
RGB Variations
Color information
#E5DD02 (or 0xE5DD02) is known color: Golden Yellow. HEX triplet: E5, DD and 02. RGB value is (229,221,2). Sum of RGB (Red+Green+Blue) = 229+221+2=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5DD02 is #1A22FD. Grayscale: #C7C7C7. Windows color (decimal): -1712894 or 187877. OLE color: 187877.
HSL color Cylindrical-coordinate representation of color #E5DD02: hue angle of 57.89º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5DD02 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.10 |
| HSL | 57.89º | 0.98% | 0.45% | - |
| HSV(B) | 57.89º | 0.99% | 0.9% | - |
| XYZ | 58.18 | 68.38 | 10.19 | - |
| YUV | 198.43 | 17.15 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 2 | 0 | 0.03 | 0.99 | 0.10 | 57.89 | 0.98 | 0.45 |
| Hex | E5 | DD | 2 | 0 | 3 | 63 | A | 3A | 62 | 2D |
| Octal | 345 | 335 | 2 | 0 | 3 | 143 | 12 | 72 | 142 | 55 |
| Binary | 11100101 | 11011101 | 10 | 0 | 11 | 1100011 | 1010 | 111010 | 1100010 | 101101 |
Color Harmonies of #E5DD02
Complementary color
Monochromatic Colors of #E5DD02
Black with #E5DD02
Text Example
Text Example
White with #E5DD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DD02; }
p { color: rgb(229,221,2); }
H1.HeaderClassName
{
color: #E5DD02;
}
.AnyTagClassName
{
color: #E5DD02;
}
</style>
background-color css
<style>
a { background-color: #E5DD02; }
a { background-color: rgb(229,221,2); }
div.DivClassName
{
background-color: #E5DD02;
}
.BgClassName
{
background-color: #E5DD02;
}
</style>
border-color css
<style>
span { border-color: #E5DD02; }
span { border-color: rgb(229,221,2); }
td.TdClassName
{
border-color: #E5DD02;
}
.TagClassName
{
border-color: #E5DD02;
}
</style>