Shades of Golden Yellow #E2E003
Tints of Golden Yellow #E2E003
RGB
CMYK
RGB Variations
Color information
#E2E003 (or 0xE2E003) is known color: Golden Yellow. HEX triplet: E2, E0 and 03. RGB value is (226,224,3). Sum of RGB (Red+Green+Blue) = 226+224+3=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 3 (1.56% from 255 or 0.66% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2E003 is #1D1FFC. Grayscale: #C8C8C8. Windows color (decimal): -1908733 or 254178. OLE color: 254178.
HSL color Cylindrical-coordinate representation of color #E2E003: hue angle of 59.46º 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 #E2E003 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.11 |
| HSL | 59.46º | 0.97% | 0.45% | - |
| HSV(B) | 59.46º | 0.99% | 0.89% | - |
| XYZ | 58.04 | 69.49 | 10.44 | - |
| YUV | 199.4 | 17.16 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 3 | 0 | 0.01 | 0.99 | 0.11 | 59.46 | 0.97 | 0.45 |
| Hex | E2 | E0 | 3 | 0 | 1 | 63 | B | 3B | 61 | 2D |
| Octal | 342 | 340 | 3 | 0 | 1 | 143 | 13 | 73 | 141 | 55 |
| Binary | 11100010 | 11100000 | 11 | 0 | 1 | 1100011 | 1011 | 111011 | 1100001 | 101101 |
Color Harmonies of #E2E003
Complementary color
Monochromatic Colors of #E2E003
Black with #E2E003
Text Example
Text Example
White with #E2E003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E003; }
p { color: rgb(226,224,3); }
H1.HeaderClassName
{
color: #E2E003;
}
.AnyTagClassName
{
color: #E2E003;
}
</style>
background-color css
<style>
a { background-color: #E2E003; }
a { background-color: rgb(226,224,3); }
div.DivClassName
{
background-color: #E2E003;
}
.BgClassName
{
background-color: #E2E003;
}
</style>
border-color css
<style>
span { border-color: #E2E003; }
span { border-color: rgb(226,224,3); }
td.TdClassName
{
border-color: #E2E003;
}
.TagClassName
{
border-color: #E2E003;
}
</style>