Shades of Golden Fizz #EEEA30
Tints of Golden Fizz #EEEA30
RGB
CMYK
RGB Variations
Color information
#EEEA30 (or 0xEEEA30) is known color: Golden Fizz. HEX triplet: EE, EA and 30. RGB value is (238,234,48). Sum of RGB (Red+Green+Blue) = 238+234+48=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 48 (19.14% from 255 or 9.23% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEA30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEA30 is #1115CF. Grayscale: #D6D6D6. Windows color (decimal): -1119696 or 3205870. OLE color: 3205870.
HSL color Cylindrical-coordinate representation of color #EEEA30: hue angle of 58.74º 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 #EEEA30 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 48 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.07 |
| HSL | 58.74º | 0.85% | 0.56% | - |
| HSV(B) | 58.74º | 0.8% | 0.93% | - |
| XYZ | 65.22 | 77.24 | 14.27 | - |
| YUV | 213.99 | 34.33 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 48 | 0 | 0.02 | 0.80 | 0.07 | 58.74 | 0.85 | 0.56 |
| Hex | EE | EA | 30 | 0 | 2 | 50 | 7 | 3B | 55 | 38 |
| Octal | 356 | 352 | 60 | 0 | 2 | 120 | 7 | 73 | 125 | 70 |
| Binary | 11101110 | 11101010 | 110000 | 0 | 10 | 1010000 | 111 | 111011 | 1010101 | 111000 |
Color Harmonies of #EEEA30
Complementary color
Monochromatic Colors of #EEEA30
Black with #EEEA30
Text Example
Text Example
White with #EEEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEA30; }
p { color: rgb(238,234,48); }
H1.HeaderClassName
{
color: #EEEA30;
}
.AnyTagClassName
{
color: #EEEA30;
}
</style>
background-color css
<style>
a { background-color: #EEEA30; }
a { background-color: rgb(238,234,48); }
div.DivClassName
{
background-color: #EEEA30;
}
.BgClassName
{
background-color: #EEEA30;
}
</style>
border-color css
<style>
span { border-color: #EEEA30; }
span { border-color: rgb(238,234,48); }
td.TdClassName
{
border-color: #EEEA30;
}
.TagClassName
{
border-color: #EEEA30;
}
</style>