Shades of Golden Fizz #E8E72B
Tints of Golden Fizz #E8E72B
RGB
CMYK
RGB Variations
Color information
#E8E72B (or 0xE8E72B) is known color: Golden Fizz. HEX triplet: E8, E7 and 2B. RGB value is (232,231,43). Sum of RGB (Red+Green+Blue) = 232+231+43=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 43 (17.19% from 255 or 8.50% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E72B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8E72B is #1718D4. Grayscale: #D2D2D2. Windows color (decimal): -1513685 or 2877416. OLE color: 2877416.
HSL color Cylindrical-coordinate representation of color #E8E72B: hue angle of 59.68º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8E72B is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 231 | 43 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.09 |
| HSL | 59.68º | 0.8% | 0.54% | - |
| HSV(B) | 59.68º | 0.81% | 0.91% | - |
| XYZ | 62.29 | 74.48 | 13.38 | - |
| YUV | 209.87 | 33.83 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 231 | 43 | 0 | 0.00 | 0.81 | 0.09 | 59.68 | 0.8 | 0.54 |
| Hex | E8 | E7 | 2B | 0 | 0 | 51 | 9 | 3C | 50 | 36 |
| Octal | 350 | 347 | 53 | 0 | 0 | 121 | 11 | 74 | 120 | 66 |
| Binary | 11101000 | 11100111 | 101011 | 0 | 0 | 1010001 | 1001 | 111100 | 1010000 | 110110 |
Color Harmonies of #E8E72B
Complementary color
Monochromatic Colors of #E8E72B
Black with #E8E72B
Text Example
Text Example
White with #E8E72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E72B; }
p { color: rgb(232,231,43); }
H1.HeaderClassName
{
color: #E8E72B;
}
.AnyTagClassName
{
color: #E8E72B;
}
</style>
background-color css
<style>
a { background-color: #E8E72B; }
a { background-color: rgb(232,231,43); }
div.DivClassName
{
background-color: #E8E72B;
}
.BgClassName
{
background-color: #E8E72B;
}
</style>
border-color css
<style>
span { border-color: #E8E72B; }
span { border-color: rgb(232,231,43); }
td.TdClassName
{
border-color: #E8E72B;
}
.TagClassName
{
border-color: #E8E72B;
}
</style>