Shades of Golden Yellow #E2E104
Tints of Golden Yellow #E2E104
RGB
CMYK
RGB Variations
Color information
#E2E104 (or 0xE2E104) is known color: Golden Yellow. HEX triplet: E2, E1 and 04. RGB value is (226,225,4). Sum of RGB (Red+Green+Blue) = 226+225+4=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E104 is #1D1EFB. Grayscale: #C8C8C8. Windows color (decimal): -1908476 or 319970. OLE color: 319970.
HSL color Cylindrical-coordinate representation of color #E2E104: hue angle of 59.73º 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 #E2E104 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 4 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.11 |
| HSL | 59.73º | 0.97% | 0.45% | - |
| HSV(B) | 59.73º | 0.98% | 0.89% | - |
| XYZ | 58.31 | 70.03 | 10.56 | - |
| YUV | 200.11 | 17.33 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 4 | 0 | 0.00 | 0.98 | 0.11 | 59.73 | 0.97 | 0.45 |
| Hex | E2 | E1 | 4 | 0 | 0 | 62 | B | 3C | 61 | 2D |
| Octal | 342 | 341 | 4 | 0 | 0 | 142 | 13 | 74 | 141 | 55 |
| Binary | 11100010 | 11100001 | 100 | 0 | 0 | 1100010 | 1011 | 111100 | 1100001 | 101101 |
Color Harmonies of #E2E104
Complementary color
Monochromatic Colors of #E2E104
Black with #E2E104
Text Example
Text Example
White with #E2E104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E104; }
p { color: rgb(226,225,4); }
H1.HeaderClassName
{
color: #E2E104;
}
.AnyTagClassName
{
color: #E2E104;
}
</style>
background-color css
<style>
a { background-color: #E2E104; }
a { background-color: rgb(226,225,4); }
div.DivClassName
{
background-color: #E2E104;
}
.BgClassName
{
background-color: #E2E104;
}
</style>
border-color css
<style>
span { border-color: #E2E104; }
span { border-color: rgb(226,225,4); }
td.TdClassName
{
border-color: #E2E104;
}
.TagClassName
{
border-color: #E2E104;
}
</style>