Shades of Golden Fizz #EED830
Tints of Golden Fizz #EED830
RGB
CMYK
RGB Variations
Color information
#EED830 (or 0xEED830) is known color: Golden Fizz. HEX triplet: EE, D8 and 30. RGB value is (238,216,48). Sum of RGB (Red+Green+Blue) = 238+216+48=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EED830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED830 is #1127CF. Grayscale: #CCCCCC. Windows color (decimal): -1124304 or 3201262. OLE color: 3201262.
HSL color Cylindrical-coordinate representation of color #EED830: hue angle of 53.05º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EED830 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 48 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.07 |
| HSL | 53.05º | 0.85% | 0.56% | - |
| HSV(B) | 53.05º | 0.8% | 0.93% | - |
| XYZ | 60.35 | 67.5 | 12.64 | - |
| YUV | 203.43 | 40.29 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 48 | 0 | 0.09 | 0.80 | 0.07 | 53.05 | 0.85 | 0.56 |
| Hex | EE | D8 | 30 | 0 | 9 | 50 | 7 | 35 | 55 | 38 |
| Octal | 356 | 330 | 60 | 0 | 11 | 120 | 7 | 65 | 125 | 70 |
| Binary | 11101110 | 11011000 | 110000 | 0 | 1001 | 1010000 | 111 | 110101 | 1010101 | 111000 |
Color Harmonies of #EED830
Complementary color
Monochromatic Colors of #EED830
Black with #EED830
Text Example
Text Example
White with #EED830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED830; }
p { color: rgb(238,216,48); }
H1.HeaderClassName
{
color: #EED830;
}
.AnyTagClassName
{
color: #EED830;
}
</style>
background-color css
<style>
a { background-color: #EED830; }
a { background-color: rgb(238,216,48); }
div.DivClassName
{
background-color: #EED830;
}
.BgClassName
{
background-color: #EED830;
}
</style>
border-color css
<style>
span { border-color: #EED830; }
span { border-color: rgb(238,216,48); }
td.TdClassName
{
border-color: #EED830;
}
.TagClassName
{
border-color: #EED830;
}
</style>