Shades of Golden Fizz #EEEE2B
Tints of Golden Fizz #EEEE2B
RGB
CMYK
RGB Variations
Color information
#EEEE2B (or 0xEEEE2B) is known color: Golden Fizz. HEX triplet: EE, EE and 2B. RGB value is (238,238,43). Sum of RGB (Red+Green+Blue) = 238+238+43=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 43 (17.19% from 255 or 8.29% from 519); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEE2B is #1111D4. Grayscale: #D8D8D8. Windows color (decimal): -1118677 or 2879214. OLE color: 2879214.
HSL color Cylindrical-coordinate representation of color #EEEE2B: hue angle of 60º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEEE2B is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 238 | 43 | - |
CMYK | 0 | 0 | 0.82 | 0.07 |
HSL | 60º | 0.85% | 0.55% | - |
HSV(B) | 60º | 0.82% | 0.93% | - |
XYZ | 66.27 | 79.5 | 14.14 | - |
YUV | 215.77 | 30.5 | 143.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 238 | 43 | 0 | 0 | 0.82 | 0.07 | 60 | 0.85 | 0.55 |
Hex | EE | EE | 2B | 0 | 0 | 52 | 7 | 3C | 55 | 37 |
Octal | 356 | 356 | 53 | 0 | 0 | 122 | 7 | 74 | 125 | 67 |
Binary | 11101110 | 11101110 | 101011 | 0 | 0 | 1010010 | 111 | 111100 | 1010101 | 110111 |
Color Harmonies of #EEEE2B
Complementary color
Monochromatic Colors of #EEEE2B
Black with #EEEE2B
Text Example
Text Example
White with #EEEE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEE2B; }
p { color: rgb(238,238,43); }
H1.HeaderClassName
{
color: #EEEE2B;
}
.AnyTagClassName
{
color: #EEEE2B;
}
</style>
background-color css
<style>
a { background-color: #EEEE2B; }
a { background-color: rgb(238,238,43); }
div.DivClassName
{
background-color: #EEEE2B;
}
.BgClassName
{
background-color: #EEEE2B;
}
</style>
border-color css
<style>
span { border-color: #EEEE2B; }
span { border-color: rgb(238,238,43); }
td.TdClassName
{
border-color: #EEEE2B;
}
.TagClassName
{
border-color: #EEEE2B;
}
</style>