Shades of Golden Yellow #E2E103
Tints of Golden Yellow #E2E103
RGB
CMYK
RGB Variations
Color information
#E2E103 (or 0xE2E103) is known color: Golden Yellow. HEX triplet: E2, E1 and 03. RGB value is (226,225,3). Sum of RGB (Red+Green+Blue) = 226+225+3=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 3 (1.56% from 255 or 0.66% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E103 is #1D1EFC. Grayscale: #C8C8C8. Windows color (decimal): -1908477 or 254434. OLE color: 254434.
HSL color Cylindrical-coordinate representation of color #E2E103: 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.99%. Process color model (Four color, CMYK) of #E2E103 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 3 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.11 |
| HSL | 59.73º | 0.97% | 0.45% | - |
| HSV(B) | 59.73º | 0.99% | 0.89% | - |
| XYZ | 58.31 | 70.03 | 10.53 | - |
| YUV | 199.99 | 16.83 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 3 | 0 | 0.00 | 0.99 | 0.11 | 59.73 | 0.97 | 0.45 |
| Hex | E2 | E1 | 3 | 0 | 0 | 63 | B | 3C | 61 | 2D |
| Octal | 342 | 341 | 3 | 0 | 0 | 143 | 13 | 74 | 141 | 55 |
| Binary | 11100010 | 11100001 | 11 | 0 | 0 | 1100011 | 1011 | 111100 | 1100001 | 101101 |
Color Harmonies of #E2E103
Complementary color
Monochromatic Colors of #E2E103
Black with #E2E103
Text Example
Text Example
White with #E2E103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E103; }
p { color: rgb(226,225,3); }
H1.HeaderClassName
{
color: #E2E103;
}
.AnyTagClassName
{
color: #E2E103;
}
</style>
background-color css
<style>
a { background-color: #E2E103; }
a { background-color: rgb(226,225,3); }
div.DivClassName
{
background-color: #E2E103;
}
.BgClassName
{
background-color: #E2E103;
}
</style>
border-color css
<style>
span { border-color: #E2E103; }
span { border-color: rgb(226,225,3); }
td.TdClassName
{
border-color: #E2E103;
}
.TagClassName
{
border-color: #E2E103;
}
</style>