Shades of Golden Yellow #E2DE04
Tints of Golden Yellow #E2DE04
RGB
CMYK
RGB Variations
Color information
#E2DE04 (or 0xE2DE04) is known color: Golden Yellow. HEX triplet: E2, DE and 04. RGB value is (226,222,4). Sum of RGB (Red+Green+Blue) = 226+222+4=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 4 (1.95% from 255 or 0.88% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DE04 is #1D21FB. Grayscale: #C7C7C7. Windows color (decimal): -1909244 or 319202. OLE color: 319202.
HSL color Cylindrical-coordinate representation of color #E2DE04: hue angle of 58.92º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2DE04 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.11 |
| HSL | 58.92º | 0.97% | 0.45% | - |
| HSV(B) | 58.92º | 0.98% | 0.89% | - |
| XYZ | 57.51 | 68.42 | 10.29 | - |
| YUV | 198.34 | 18.33 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 4 | 0 | 0.02 | 0.98 | 0.11 | 58.92 | 0.97 | 0.45 |
| Hex | E2 | DE | 4 | 0 | 2 | 62 | B | 3B | 61 | 2D |
| Octal | 342 | 336 | 4 | 0 | 2 | 142 | 13 | 73 | 141 | 55 |
| Binary | 11100010 | 11011110 | 100 | 0 | 10 | 1100010 | 1011 | 111011 | 1100001 | 101101 |
Color Harmonies of #E2DE04
Complementary color
Monochromatic Colors of #E2DE04
Black with #E2DE04
Text Example
Text Example
White with #E2DE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE04; }
p { color: rgb(226,222,4); }
H1.HeaderClassName
{
color: #E2DE04;
}
.AnyTagClassName
{
color: #E2DE04;
}
</style>
background-color css
<style>
a { background-color: #E2DE04; }
a { background-color: rgb(226,222,4); }
div.DivClassName
{
background-color: #E2DE04;
}
.BgClassName
{
background-color: #E2DE04;
}
</style>
border-color css
<style>
span { border-color: #E2DE04; }
span { border-color: rgb(226,222,4); }
td.TdClassName
{
border-color: #E2DE04;
}
.TagClassName
{
border-color: #E2DE04;
}
</style>