Shades of Golden Fizz #EEE432
Tints of Golden Fizz #EEE432
RGB
CMYK
RGB Variations
Color information
#EEE432 (or 0xEEE432) is known color: Golden Fizz. HEX triplet: EE, E4 and 32. RGB value is (238,228,50). Sum of RGB (Red+Green+Blue) = 238+228+50=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 50 (19.92% from 255 or 9.69% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE432 is #111BCD. Grayscale: #D3D3D3. Windows color (decimal): -1121230 or 3335406. OLE color: 3335406.
HSL color Cylindrical-coordinate representation of color #EEE432: hue angle of 56.81º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEE432 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 50 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.07 |
| HSL | 56.81º | 0.85% | 0.56% | - |
| HSV(B) | 56.81º | 0.79% | 0.93% | - |
| XYZ | 63.58 | 73.89 | 13.93 | - |
| YUV | 210.7 | 37.31 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 50 | 0 | 0.04 | 0.79 | 0.07 | 56.81 | 0.85 | 0.56 |
| Hex | EE | E4 | 32 | 0 | 4 | 4F | 7 | 39 | 55 | 38 |
| Octal | 356 | 344 | 62 | 0 | 4 | 117 | 7 | 71 | 125 | 70 |
| Binary | 11101110 | 11100100 | 110010 | 0 | 100 | 1001111 | 111 | 111001 | 1010101 | 111000 |
Color Harmonies of #EEE432
Complementary color
Monochromatic Colors of #EEE432
Black with #EEE432
Text Example
Text Example
White with #EEE432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE432; }
p { color: rgb(238,228,50); }
H1.HeaderClassName
{
color: #EEE432;
}
.AnyTagClassName
{
color: #EEE432;
}
</style>
background-color css
<style>
a { background-color: #EEE432; }
a { background-color: rgb(238,228,50); }
div.DivClassName
{
background-color: #EEE432;
}
.BgClassName
{
background-color: #EEE432;
}
</style>
border-color css
<style>
span { border-color: #EEE432; }
span { border-color: rgb(238,228,50); }
td.TdClassName
{
border-color: #EEE432;
}
.TagClassName
{
border-color: #EEE432;
}
</style>