Shades of Golden Yellow #E7E101
Tints of Golden Yellow #E7E101
RGB
CMYK
RGB Variations
Color information
#E7E101 (or 0xE7E101) is known color: Golden Yellow. HEX triplet: E7, E1 and 01. RGB value is (231,225,1). Sum of RGB (Red+Green+Blue) = 231+225+1=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7E101 is #181EFE. Grayscale: #CACACA. Windows color (decimal): -1580799 or 123367. OLE color: 123367.
HSL color Cylindrical-coordinate representation of color #E7E101: hue angle of 58.43º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7E101 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.09 |
| HSL | 58.43º | 0.99% | 0.45% | - |
| HSV(B) | 58.43º | 1% | 0.91% | - |
| XYZ | 59.89 | 70.84 | 10.55 | - |
| YUV | 201.26 | 14.99 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 1 | 0 | 0.03 | 1.00 | 0.09 | 58.43 | 0.99 | 0.45 |
| Hex | E7 | E1 | 1 | 0 | 3 | 64 | 9 | 3A | 63 | 2D |
| Octal | 347 | 341 | 1 | 0 | 3 | 144 | 11 | 72 | 143 | 55 |
| Binary | 11100111 | 11100001 | 1 | 0 | 11 | 1100100 | 1001 | 111010 | 1100011 | 101101 |
Color Harmonies of #E7E101
Complementary color
Monochromatic Colors of #E7E101
Black with #E7E101
Text Example
Text Example
White with #E7E101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E101; }
p { color: rgb(231,225,1); }
H1.HeaderClassName
{
color: #E7E101;
}
.AnyTagClassName
{
color: #E7E101;
}
</style>
background-color css
<style>
a { background-color: #E7E101; }
a { background-color: rgb(231,225,1); }
div.DivClassName
{
background-color: #E7E101;
}
.BgClassName
{
background-color: #E7E101;
}
</style>
border-color css
<style>
span { border-color: #E7E101; }
span { border-color: rgb(231,225,1); }
td.TdClassName
{
border-color: #E7E101;
}
.TagClassName
{
border-color: #E7E101;
}
</style>