Shades of Golden Fizz #EED33B
Tints of Golden Fizz #EED33B
RGB
CMYK
RGB Variations
Color information
#EED33B (or 0xEED33B) is known color: Golden Fizz. HEX triplet: EE, D3 and 3B. RGB value is (238,211,59). Sum of RGB (Red+Green+Blue) = 238+211+59=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 59 (23.44% from 255 or 11.61% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EED33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED33B is #112CC4. Grayscale: #CACACA. Windows color (decimal): -1125573 or 3920878. OLE color: 3920878.
HSL color Cylindrical-coordinate representation of color #EED33B: hue angle of 50.95º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EED33B is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 59 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.07 |
| HSL | 50.95º | 0.84% | 0.58% | - |
| HSV(B) | 50.95º | 0.75% | 0.93% | - |
| XYZ | 59.34 | 65.08 | 13.57 | - |
| YUV | 201.75 | 47.45 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 59 | 0 | 0.11 | 0.75 | 0.07 | 50.95 | 0.84 | 0.58 |
| Hex | EE | D3 | 3B | 0 | B | 4B | 7 | 33 | 54 | 3A |
| Octal | 356 | 323 | 73 | 0 | 13 | 113 | 7 | 63 | 124 | 72 |
| Binary | 11101110 | 11010011 | 111011 | 0 | 1011 | 1001011 | 111 | 110011 | 1010100 | 111010 |
Color Harmonies of #EED33B
Complementary color
Monochromatic Colors of #EED33B
Black with #EED33B
Text Example
Text Example
White with #EED33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED33B; }
p { color: rgb(238,211,59); }
H1.HeaderClassName
{
color: #EED33B;
}
.AnyTagClassName
{
color: #EED33B;
}
</style>
background-color css
<style>
a { background-color: #EED33B; }
a { background-color: rgb(238,211,59); }
div.DivClassName
{
background-color: #EED33B;
}
.BgClassName
{
background-color: #EED33B;
}
</style>
border-color css
<style>
span { border-color: #EED33B; }
span { border-color: rgb(238,211,59); }
td.TdClassName
{
border-color: #EED33B;
}
.TagClassName
{
border-color: #EED33B;
}
</style>