Shades of Golden Yellow #E7E402
Tints of Golden Yellow #E7E402
RGB
CMYK
RGB Variations
Color information
#E7E402 (or 0xE7E402) is known color: Golden Yellow. HEX triplet: E7, E4 and 02. RGB value is (231,228,2). Sum of RGB (Red+Green+Blue) = 231+228+2=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 2 (1.17% from 255 or 0.43% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7E402 is #181BFD. Grayscale: #CCCCCC. Windows color (decimal): -1580030 or 189671. OLE color: 189671.
HSL color Cylindrical-coordinate representation of color #E7E402: hue angle of 59.21º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7E402 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.09 |
| HSL | 59.21º | 0.98% | 0.46% | - |
| HSV(B) | 59.21º | 0.99% | 0.91% | - |
| XYZ | 60.71 | 72.48 | 10.85 | - |
| YUV | 203.13 | 14.49 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 2 | 0 | 0.01 | 0.99 | 0.09 | 59.21 | 0.98 | 0.46 |
| Hex | E7 | E4 | 2 | 0 | 1 | 63 | 9 | 3B | 62 | 2E |
| Octal | 347 | 344 | 2 | 0 | 1 | 143 | 11 | 73 | 142 | 56 |
| Binary | 11100111 | 11100100 | 10 | 0 | 1 | 1100011 | 1001 | 111011 | 1100010 | 101110 |
Color Harmonies of #E7E402
Complementary color
Monochromatic Colors of #E7E402
Black with #E7E402
Text Example
Text Example
White with #E7E402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E402; }
p { color: rgb(231,228,2); }
H1.HeaderClassName
{
color: #E7E402;
}
.AnyTagClassName
{
color: #E7E402;
}
</style>
background-color css
<style>
a { background-color: #E7E402; }
a { background-color: rgb(231,228,2); }
div.DivClassName
{
background-color: #E7E402;
}
.BgClassName
{
background-color: #E7E402;
}
</style>
border-color css
<style>
span { border-color: #E7E402; }
span { border-color: rgb(231,228,2); }
td.TdClassName
{
border-color: #E7E402;
}
.TagClassName
{
border-color: #E7E402;
}
</style>