Shades of Golden Fizz #EEE427
Tints of Golden Fizz #EEE427
RGB
CMYK
RGB Variations
Color information
#EEE427 (or 0xEEE427) is known color: Golden Fizz. HEX triplet: EE, E4 and 27. RGB value is (238,228,39). Sum of RGB (Red+Green+Blue) = 238+228+39=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 39 (15.62% from 255 or 7.72% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE427 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE427 is #111BD8. Grayscale: #D2D2D2. Windows color (decimal): -1121241 or 2614510. OLE color: 2614510.
HSL color Cylindrical-coordinate representation of color #EEE427: hue angle of 56.98º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEE427 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 39 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.07 |
| HSL | 56.98º | 0.85% | 0.54% | - |
| HSV(B) | 56.98º | 0.84% | 0.93% | - |
| XYZ | 63.37 | 73.81 | 12.83 | - |
| YUV | 209.44 | 31.81 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 39 | 0 | 0.04 | 0.84 | 0.07 | 56.98 | 0.85 | 0.54 |
| Hex | EE | E4 | 27 | 0 | 4 | 54 | 7 | 39 | 55 | 36 |
| Octal | 356 | 344 | 47 | 0 | 4 | 124 | 7 | 71 | 125 | 66 |
| Binary | 11101110 | 11100100 | 100111 | 0 | 100 | 1010100 | 111 | 111001 | 1010101 | 110110 |
Color Harmonies of #EEE427
Complementary color
Monochromatic Colors of #EEE427
Black with #EEE427
Text Example
Text Example
White with #EEE427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE427; }
p { color: rgb(238,228,39); }
H1.HeaderClassName
{
color: #EEE427;
}
.AnyTagClassName
{
color: #EEE427;
}
</style>
background-color css
<style>
a { background-color: #EEE427; }
a { background-color: rgb(238,228,39); }
div.DivClassName
{
background-color: #EEE427;
}
.BgClassName
{
background-color: #EEE427;
}
</style>
border-color css
<style>
span { border-color: #EEE427; }
span { border-color: rgb(238,228,39); }
td.TdClassName
{
border-color: #EEE427;
}
.TagClassName
{
border-color: #EEE427;
}
</style>