Shades of Golden Yellow #E5E403
Tints of Golden Yellow #E5E403
RGB
CMYK
RGB Variations
Color information
#E5E403 (or 0xE5E403) is known color: Golden Yellow. HEX triplet: E5, E4 and 03. RGB value is (229,228,3). Sum of RGB (Red+Green+Blue) = 229+228+3=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E403 is #1A1BFC. Grayscale: #CBCBCB. Windows color (decimal): -1711101 or 255205. OLE color: 255205.
HSL color Cylindrical-coordinate representation of color #E5E403: hue angle of 59.73º 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 #E5E403 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 3 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.10 |
| HSL | 59.73º | 0.97% | 0.45% | - |
| HSV(B) | 59.73º | 0.99% | 0.9% | - |
| XYZ | 60.07 | 72.15 | 10.85 | - |
| YUV | 202.65 | 15.33 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 3 | 0 | 0.00 | 0.99 | 0.10 | 59.73 | 0.97 | 0.45 |
| Hex | E5 | E4 | 3 | 0 | 0 | 63 | A | 3C | 61 | 2D |
| Octal | 345 | 344 | 3 | 0 | 0 | 143 | 12 | 74 | 141 | 55 |
| Binary | 11100101 | 11100100 | 11 | 0 | 0 | 1100011 | 1010 | 111100 | 1100001 | 101101 |
Color Harmonies of #E5E403
Complementary color
Monochromatic Colors of #E5E403
Black with #E5E403
Text Example
Text Example
White with #E5E403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E403; }
p { color: rgb(229,228,3); }
H1.HeaderClassName
{
color: #E5E403;
}
.AnyTagClassName
{
color: #E5E403;
}
</style>
background-color css
<style>
a { background-color: #E5E403; }
a { background-color: rgb(229,228,3); }
div.DivClassName
{
background-color: #E5E403;
}
.BgClassName
{
background-color: #E5E403;
}
</style>
border-color css
<style>
span { border-color: #E5E403; }
span { border-color: rgb(229,228,3); }
td.TdClassName
{
border-color: #E5E403;
}
.TagClassName
{
border-color: #E5E403;
}
</style>