Shades of Golden Fizz #EED831
Tints of Golden Fizz #EED831
RGB
CMYK
RGB Variations
Color information
#EED831 (or 0xEED831) is known color: Golden Fizz. HEX triplet: EE, D8 and 31. RGB value is (238,216,49). Sum of RGB (Red+Green+Blue) = 238+216+49=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EED831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED831 is #1127CE. Grayscale: #CCCCCC. Windows color (decimal): -1124303 or 3266798. OLE color: 3266798.
HSL color Cylindrical-coordinate representation of color #EED831: hue angle of 53.02º 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 #EED831 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 49 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.07 |
| HSL | 53.02º | 0.85% | 0.56% | - |
| HSV(B) | 53.02º | 0.79% | 0.93% | - |
| XYZ | 60.37 | 67.51 | 12.75 | - |
| YUV | 203.54 | 40.79 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 49 | 0 | 0.09 | 0.79 | 0.07 | 53.02 | 0.85 | 0.56 |
| Hex | EE | D8 | 31 | 0 | 9 | 4F | 7 | 35 | 55 | 38 |
| Octal | 356 | 330 | 61 | 0 | 11 | 117 | 7 | 65 | 125 | 70 |
| Binary | 11101110 | 11011000 | 110001 | 0 | 1001 | 1001111 | 111 | 110101 | 1010101 | 111000 |
Color Harmonies of #EED831
Complementary color
Monochromatic Colors of #EED831
Black with #EED831
Text Example
Text Example
White with #EED831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED831; }
p { color: rgb(238,216,49); }
H1.HeaderClassName
{
color: #EED831;
}
.AnyTagClassName
{
color: #EED831;
}
</style>
background-color css
<style>
a { background-color: #EED831; }
a { background-color: rgb(238,216,49); }
div.DivClassName
{
background-color: #EED831;
}
.BgClassName
{
background-color: #EED831;
}
</style>
border-color css
<style>
span { border-color: #EED831; }
span { border-color: rgb(238,216,49); }
td.TdClassName
{
border-color: #EED831;
}
.TagClassName
{
border-color: #EED831;
}
</style>