Shades of Golden Yellow #E5E203
Tints of Golden Yellow #E5E203
RGB
CMYK
RGB Variations
Color information
#E5E203 (or 0xE5E203) is known color: Golden Yellow. HEX triplet: E5, E2 and 03. RGB value is (229,226,3). Sum of RGB (Red+Green+Blue) = 229+226+3=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 3 (1.56% from 255 or 0.66% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E203 is #1A1DFC. Grayscale: #CACACA. Windows color (decimal): -1711613 or 254693. OLE color: 254693.
HSL color Cylindrical-coordinate representation of color #E5E203: hue angle of 59.2º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5E203 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.10 |
| HSL | 59.2º | 0.97% | 0.45% | - |
| HSV(B) | 59.2º | 0.99% | 0.9% | - |
| XYZ | 59.53 | 71.06 | 10.66 | - |
| YUV | 201.48 | 15.99 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 3 | 0 | 0.01 | 0.99 | 0.10 | 59.2 | 0.97 | 0.45 |
| Hex | E5 | E2 | 3 | 0 | 1 | 63 | A | 3B | 61 | 2D |
| Octal | 345 | 342 | 3 | 0 | 1 | 143 | 12 | 73 | 141 | 55 |
| Binary | 11100101 | 11100010 | 11 | 0 | 1 | 1100011 | 1010 | 111011 | 1100001 | 101101 |
Color Harmonies of #E5E203
Complementary color
Monochromatic Colors of #E5E203
Black with #E5E203
Text Example
Text Example
White with #E5E203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E203; }
p { color: rgb(229,226,3); }
H1.HeaderClassName
{
color: #E5E203;
}
.AnyTagClassName
{
color: #E5E203;
}
</style>
background-color css
<style>
a { background-color: #E5E203; }
a { background-color: rgb(229,226,3); }
div.DivClassName
{
background-color: #E5E203;
}
.BgClassName
{
background-color: #E5E203;
}
</style>
border-color css
<style>
span { border-color: #E5E203; }
span { border-color: rgb(229,226,3); }
td.TdClassName
{
border-color: #E5E203;
}
.TagClassName
{
border-color: #E5E203;
}
</style>