Shades of Golden Fizz #EEE830
Tints of Golden Fizz #EEE830
RGB
CMYK
RGB Variations
Color information
#EEE830 (or 0xEEE830) is known color: Golden Fizz. HEX triplet: EE, E8 and 30. RGB value is (238,232,48). Sum of RGB (Red+Green+Blue) = 238+232+48=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 232 (91.02% from 255 or 44.79% from 518); Blue value is 48 (19.14% from 255 or 9.27% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE830 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE830 is #1117CF. Grayscale: #D5D5D5. Windows color (decimal): -1120208 or 3205358. OLE color: 3205358.
HSL color Cylindrical-coordinate representation of color #EEE830: hue angle of 58.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEE830 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 48 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.07 |
| HSL | 58.11º | 0.85% | 0.56% | - |
| HSV(B) | 58.11º | 0.8% | 0.93% | - |
| XYZ | 64.65 | 76.1 | 14.08 | - |
| YUV | 212.82 | 34.99 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 48 | 0 | 0.03 | 0.80 | 0.07 | 58.11 | 0.85 | 0.56 |
| Hex | EE | E8 | 30 | 0 | 3 | 50 | 7 | 3A | 55 | 38 |
| Octal | 356 | 350 | 60 | 0 | 3 | 120 | 7 | 72 | 125 | 70 |
| Binary | 11101110 | 11101000 | 110000 | 0 | 11 | 1010000 | 111 | 111010 | 1010101 | 111000 |
Color Harmonies of #EEE830
Complementary color
Monochromatic Colors of #EEE830
Black with #EEE830
Text Example
Text Example
White with #EEE830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE830; }
p { color: rgb(238,232,48); }
H1.HeaderClassName
{
color: #EEE830;
}
.AnyTagClassName
{
color: #EEE830;
}
</style>
background-color css
<style>
a { background-color: #EEE830; }
a { background-color: rgb(238,232,48); }
div.DivClassName
{
background-color: #EEE830;
}
.BgClassName
{
background-color: #EEE830;
}
</style>
border-color css
<style>
span { border-color: #EEE830; }
span { border-color: rgb(238,232,48); }
td.TdClassName
{
border-color: #EEE830;
}
.TagClassName
{
border-color: #EEE830;
}
</style>