Shades of Golden Fizz #EEE429
Tints of Golden Fizz #EEE429
RGB
CMYK
RGB Variations
Color information
#EEE429 (or 0xEEE429) is known color: Golden Fizz. HEX triplet: EE, E4 and 29. RGB value is (238,228,41). Sum of RGB (Red+Green+Blue) = 238+228+41=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 41 (16.41% from 255 or 8.09% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE429 is #111BD6. Grayscale: #D2D2D2. Windows color (decimal): -1121239 or 2745582. OLE color: 2745582.
HSL color Cylindrical-coordinate representation of color #EEE429: hue angle of 56.95º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEE429 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 41 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.07 |
| HSL | 56.95º | 0.85% | 0.55% | - |
| HSV(B) | 56.95º | 0.83% | 0.93% | - |
| XYZ | 63.4 | 73.82 | 13.01 | - |
| YUV | 209.67 | 32.81 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 41 | 0 | 0.04 | 0.83 | 0.07 | 56.95 | 0.85 | 0.55 |
| Hex | EE | E4 | 29 | 0 | 4 | 53 | 7 | 39 | 55 | 37 |
| Octal | 356 | 344 | 51 | 0 | 4 | 123 | 7 | 71 | 125 | 67 |
| Binary | 11101110 | 11100100 | 101001 | 0 | 100 | 1010011 | 111 | 111001 | 1010101 | 110111 |
Color Harmonies of #EEE429
Complementary color
Monochromatic Colors of #EEE429
Black with #EEE429
Text Example
Text Example
White with #EEE429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE429; }
p { color: rgb(238,228,41); }
H1.HeaderClassName
{
color: #EEE429;
}
.AnyTagClassName
{
color: #EEE429;
}
</style>
background-color css
<style>
a { background-color: #EEE429; }
a { background-color: rgb(238,228,41); }
div.DivClassName
{
background-color: #EEE429;
}
.BgClassName
{
background-color: #EEE429;
}
</style>
border-color css
<style>
span { border-color: #EEE429; }
span { border-color: rgb(238,228,41); }
td.TdClassName
{
border-color: #EEE429;
}
.TagClassName
{
border-color: #EEE429;
}
</style>