Shades of Golden Yellow #E2E102
Tints of Golden Yellow #E2E102
RGB
CMYK
RGB Variations
Color information
#E2E102 (or 0xE2E102) is known color: Golden Yellow. HEX triplet: E2, E1 and 02. RGB value is (226,225,2). Sum of RGB (Red+Green+Blue) = 226+225+2=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 2 (1.17% from 255 or 0.44% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E102 is #1D1EFD. Grayscale: #C8C8C8. Windows color (decimal): -1908478 or 188898. OLE color: 188898.
HSL color Cylindrical-coordinate representation of color #E2E102: hue angle of 59.73º 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 #E2E102 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 2 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.11 |
| HSL | 59.73º | 0.98% | 0.45% | - |
| HSV(B) | 59.73º | 0.99% | 0.89% | - |
| XYZ | 58.3 | 70.02 | 10.5 | - |
| YUV | 199.88 | 16.33 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 2 | 0 | 0.00 | 0.99 | 0.11 | 59.73 | 0.98 | 0.45 |
| Hex | E2 | E1 | 2 | 0 | 0 | 63 | B | 3C | 62 | 2D |
| Octal | 342 | 341 | 2 | 0 | 0 | 143 | 13 | 74 | 142 | 55 |
| Binary | 11100010 | 11100001 | 10 | 0 | 0 | 1100011 | 1011 | 111100 | 1100010 | 101101 |
Color Harmonies of #E2E102
Complementary color
Monochromatic Colors of #E2E102
Black with #E2E102
Text Example
Text Example
White with #E2E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E102; }
p { color: rgb(226,225,2); }
H1.HeaderClassName
{
color: #E2E102;
}
.AnyTagClassName
{
color: #E2E102;
}
</style>
background-color css
<style>
a { background-color: #E2E102; }
a { background-color: rgb(226,225,2); }
div.DivClassName
{
background-color: #E2E102;
}
.BgClassName
{
background-color: #E2E102;
}
</style>
border-color css
<style>
span { border-color: #E2E102; }
span { border-color: rgb(226,225,2); }
td.TdClassName
{
border-color: #E2E102;
}
.TagClassName
{
border-color: #E2E102;
}
</style>