Shades of Golden Yellow #E1E005
Tints of Golden Yellow #E1E005
RGB
CMYK
RGB Variations
Color information
#E1E005 (or 0xE1E005) is known color: Golden Yellow. HEX triplet: E1, E0 and 05. RGB value is (225,224,5). Sum of RGB (Red+Green+Blue) = 225+224+5=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E005 is #1E1FFA. Grayscale: #C8C8C8. Windows color (decimal): -1974267 or 385249. OLE color: 385249.
HSL color Cylindrical-coordinate representation of color #E1E005: hue angle of 59.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1E005 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 5 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.12 |
| HSL | 59.73º | 0.96% | 0.45% | - |
| HSV(B) | 59.73º | 0.98% | 0.88% | - |
| XYZ | 57.73 | 69.33 | 10.48 | - |
| YUV | 199.33 | 18.33 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 5 | 0 | 0.00 | 0.98 | 0.12 | 59.73 | 0.96 | 0.45 |
| Hex | E1 | E0 | 5 | 0 | 0 | 62 | C | 3C | 60 | 2D |
| Octal | 341 | 340 | 5 | 0 | 0 | 142 | 14 | 74 | 140 | 55 |
| Binary | 11100001 | 11100000 | 101 | 0 | 0 | 1100010 | 1100 | 111100 | 1100000 | 101101 |
Color Harmonies of #E1E005
Complementary color
Monochromatic Colors of #E1E005
Black with #E1E005
Text Example
Text Example
White with #E1E005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E005; }
p { color: rgb(225,224,5); }
H1.HeaderClassName
{
color: #E1E005;
}
.AnyTagClassName
{
color: #E1E005;
}
</style>
background-color css
<style>
a { background-color: #E1E005; }
a { background-color: rgb(225,224,5); }
div.DivClassName
{
background-color: #E1E005;
}
.BgClassName
{
background-color: #E1E005;
}
</style>
border-color css
<style>
span { border-color: #E1E005; }
span { border-color: rgb(225,224,5); }
td.TdClassName
{
border-color: #E1E005;
}
.TagClassName
{
border-color: #E1E005;
}
</style>