Shades of Golden Fizz #E7E130
Tints of Golden Fizz #E7E130
RGB
CMYK
RGB Variations
Color information
#E7E130 (or 0xE7E130) is known color: Golden Fizz. HEX triplet: E7, E1 and 30. RGB value is (231,225,48). Sum of RGB (Red+Green+Blue) = 231+225+48=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E130 is #181ECF. Grayscale: #CFCFCF. Windows color (decimal): -1580752 or 3203559. OLE color: 3203559.
HSL color Cylindrical-coordinate representation of color #E7E130: hue angle of 58.03º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7E130 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 48 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.09 |
| HSL | 58.03º | 0.79% | 0.55% | - |
| HSV(B) | 58.03º | 0.79% | 0.91% | - |
| XYZ | 60.41 | 71.05 | 13.33 | - |
| YUV | 206.62 | 38.49 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 48 | 0 | 0.03 | 0.79 | 0.09 | 58.03 | 0.79 | 0.55 |
| Hex | E7 | E1 | 30 | 0 | 3 | 4F | 9 | 3A | 4F | 37 |
| Octal | 347 | 341 | 60 | 0 | 3 | 117 | 11 | 72 | 117 | 67 |
| Binary | 11100111 | 11100001 | 110000 | 0 | 11 | 1001111 | 1001 | 111010 | 1001111 | 110111 |
Color Harmonies of #E7E130
Complementary color
Monochromatic Colors of #E7E130
Black with #E7E130
Text Example
Text Example
White with #E7E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E130; }
p { color: rgb(231,225,48); }
H1.HeaderClassName
{
color: #E7E130;
}
.AnyTagClassName
{
color: #E7E130;
}
</style>
background-color css
<style>
a { background-color: #E7E130; }
a { background-color: rgb(231,225,48); }
div.DivClassName
{
background-color: #E7E130;
}
.BgClassName
{
background-color: #E7E130;
}
</style>
border-color css
<style>
span { border-color: #E7E130; }
span { border-color: rgb(231,225,48); }
td.TdClassName
{
border-color: #E7E130;
}
.TagClassName
{
border-color: #E7E130;
}
</style>