Shades of Golden Yellow #E2E100
Tints of Golden Yellow #E2E100
RGB
CMYK
RGB Variations
Color information
#E2E100 (or 0xE2E100) is known color: Golden Yellow. HEX triplet: E2, E1 and 00. RGB value is (226,225,0). Sum of RGB (Red+Green+Blue) = 226+225+0=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E100 is #1D1EFF. Grayscale: #C8C8C8. Windows color (decimal): -1908480 or 57826. OLE color: 57826.
HSL color Cylindrical-coordinate representation of color #E2E100: hue angle of 59.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2E100 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.11 |
| HSL | 59.73º | 1% | 0.44% | - |
| HSV(B) | 59.73º | 1% | 0.89% | - |
| XYZ | 58.29 | 70.02 | 10.44 | - |
| YUV | 199.65 | 15.33 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 0 | 0 | 0.00 | 1 | 0.11 | 59.73 | 1 | 0.44 |
| Hex | E2 | E1 | 0 | 0 | 0 | 64 | B | 3C | 64 | 2C |
| Octal | 342 | 341 | 0 | 0 | 0 | 144 | 13 | 74 | 144 | 54 |
| Binary | 11100010 | 11100001 | 0 | 0 | 0 | 1100100 | 1011 | 111100 | 1100100 | 101100 |
Color Harmonies of #E2E100
Complementary color
Monochromatic Colors of #E2E100
Black with #E2E100
Text Example
Text Example
White with #E2E100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E100; }
p { color: rgb(226,225,0); }
H1.HeaderClassName
{
color: #E2E100;
}
.AnyTagClassName
{
color: #E2E100;
}
</style>
background-color css
<style>
a { background-color: #E2E100; }
a { background-color: rgb(226,225,0); }
div.DivClassName
{
background-color: #E2E100;
}
.BgClassName
{
background-color: #E2E100;
}
</style>
border-color css
<style>
span { border-color: #E2E100; }
span { border-color: rgb(226,225,0); }
td.TdClassName
{
border-color: #E2E100;
}
.TagClassName
{
border-color: #E2E100;
}
</style>