Shades of Golden Fizz #EED827
Tints of Golden Fizz #EED827
RGB
CMYK
RGB Variations
Color information
#EED827 (or 0xEED827) is known color: Golden Fizz. HEX triplet: EE, D8 and 27. RGB value is (238,216,39). Sum of RGB (Red+Green+Blue) = 238+216+39=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 39 (15.62% from 255 or 7.91% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EED827 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED827 is #1127D8. Grayscale: #CBCBCB. Windows color (decimal): -1124313 or 2611438. OLE color: 2611438.
HSL color Cylindrical-coordinate representation of color #EED827: hue angle of 53.37º 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 #EED827 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 39 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.07 |
| HSL | 53.37º | 0.85% | 0.54% | - |
| HSV(B) | 53.37º | 0.84% | 0.93% | - |
| XYZ | 60.18 | 67.44 | 11.76 | - |
| YUV | 202.4 | 35.79 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 39 | 0 | 0.09 | 0.84 | 0.07 | 53.37 | 0.85 | 0.54 |
| Hex | EE | D8 | 27 | 0 | 9 | 54 | 7 | 35 | 55 | 36 |
| Octal | 356 | 330 | 47 | 0 | 11 | 124 | 7 | 65 | 125 | 66 |
| Binary | 11101110 | 11011000 | 100111 | 0 | 1001 | 1010100 | 111 | 110101 | 1010101 | 110110 |
Color Harmonies of #EED827
Complementary color
Monochromatic Colors of #EED827
Black with #EED827
Text Example
Text Example
White with #EED827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED827; }
p { color: rgb(238,216,39); }
H1.HeaderClassName
{
color: #EED827;
}
.AnyTagClassName
{
color: #EED827;
}
</style>
background-color css
<style>
a { background-color: #EED827; }
a { background-color: rgb(238,216,39); }
div.DivClassName
{
background-color: #EED827;
}
.BgClassName
{
background-color: #EED827;
}
</style>
border-color css
<style>
span { border-color: #EED827; }
span { border-color: rgb(238,216,39); }
td.TdClassName
{
border-color: #EED827;
}
.TagClassName
{
border-color: #EED827;
}
</style>