Shades of Golden Yellow #E5E105
Tints of Golden Yellow #E5E105
RGB
CMYK
RGB Variations
Color information
#E5E105 (or 0xE5E105) is known color: Golden Yellow. HEX triplet: E5, E1 and 05. RGB value is (229,225,5). Sum of RGB (Red+Green+Blue) = 229+225+5=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 5 (2.34% from 255 or 1.09% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E105 is #1A1EFA. Grayscale: #CACACA. Windows color (decimal): -1711867 or 385509. OLE color: 385509.
HSL color Cylindrical-coordinate representation of color #E5E105: hue angle of 58.93º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5E105 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.10 |
| HSL | 58.93º | 0.96% | 0.46% | - |
| HSV(B) | 58.93º | 0.98% | 0.9% | - |
| XYZ | 59.27 | 70.52 | 10.63 | - |
| YUV | 201.12 | 17.33 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 5 | 0 | 0.02 | 0.98 | 0.10 | 58.93 | 0.96 | 0.46 |
| Hex | E5 | E1 | 5 | 0 | 2 | 62 | A | 3B | 60 | 2E |
| Octal | 345 | 341 | 5 | 0 | 2 | 142 | 12 | 73 | 140 | 56 |
| Binary | 11100101 | 11100001 | 101 | 0 | 10 | 1100010 | 1010 | 111011 | 1100000 | 101110 |
Color Harmonies of #E5E105
Complementary color
Monochromatic Colors of #E5E105
Black with #E5E105
Text Example
Text Example
White with #E5E105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E105; }
p { color: rgb(229,225,5); }
H1.HeaderClassName
{
color: #E5E105;
}
.AnyTagClassName
{
color: #E5E105;
}
</style>
background-color css
<style>
a { background-color: #E5E105; }
a { background-color: rgb(229,225,5); }
div.DivClassName
{
background-color: #E5E105;
}
.BgClassName
{
background-color: #E5E105;
}
</style>
border-color css
<style>
span { border-color: #E5E105; }
span { border-color: rgb(229,225,5); }
td.TdClassName
{
border-color: #E5E105;
}
.TagClassName
{
border-color: #E5E105;
}
</style>