Shades of Golden Fizz #E7E01C
Tints of Golden Fizz #E7E01C
RGB
CMYK
RGB Variations
Color information
#E7E01C (or 0xE7E01C) is known color: Golden Fizz. HEX triplet: E7, E0 and 1C. RGB value is (231,224,28). Sum of RGB (Red+Green+Blue) = 231+224+28=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 28 (11.33% from 255 or 5.80% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E01C is #181FE3. Grayscale: #CCCCCC. Windows color (decimal): -1581028 or 1892583. OLE color: 1892583.
HSL color Cylindrical-coordinate representation of color #E7E01C: hue angle of 57.93º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7E01C is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 28 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.09 |
| HSL | 57.93º | 0.81% | 0.51% | - |
| HSV(B) | 57.93º | 0.88% | 0.91% | - |
| XYZ | 59.82 | 70.38 | 11.53 | - |
| YUV | 203.75 | 28.82 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 28 | 0 | 0.03 | 0.88 | 0.09 | 57.93 | 0.81 | 0.51 |
| Hex | E7 | E0 | 1C | 0 | 3 | 58 | 9 | 3A | 51 | 33 |
| Octal | 347 | 340 | 34 | 0 | 3 | 130 | 11 | 72 | 121 | 63 |
| Binary | 11100111 | 11100000 | 11100 | 0 | 11 | 1011000 | 1001 | 111010 | 1010001 | 110011 |
Color Harmonies of #E7E01C
Complementary color
Monochromatic Colors of #E7E01C
Black with #E7E01C
Text Example
Text Example
White with #E7E01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E01C; }
p { color: rgb(231,224,28); }
H1.HeaderClassName
{
color: #E7E01C;
}
.AnyTagClassName
{
color: #E7E01C;
}
</style>
background-color css
<style>
a { background-color: #E7E01C; }
a { background-color: rgb(231,224,28); }
div.DivClassName
{
background-color: #E7E01C;
}
.BgClassName
{
background-color: #E7E01C;
}
</style>
border-color css
<style>
span { border-color: #E7E01C; }
span { border-color: rgb(231,224,28); }
td.TdClassName
{
border-color: #E7E01C;
}
.TagClassName
{
border-color: #E7E01C;
}
</style>