Shades of Golden Fizz #EED834
Tints of Golden Fizz #EED834
RGB
CMYK
RGB Variations
Color information
#EED834 (or 0xEED834) is known color: Golden Fizz. HEX triplet: EE, D8 and 34. RGB value is (238,216,52). Sum of RGB (Red+Green+Blue) = 238+216+52=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EED834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED834 is #1127CB. Grayscale: #CCCCCC. Windows color (decimal): -1124300 or 3463406. OLE color: 3463406.
HSL color Cylindrical-coordinate representation of color #EED834: hue angle of 52.9º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EED834 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 52 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.07 |
| HSL | 52.9º | 0.85% | 0.57% | - |
| HSV(B) | 52.9º | 0.78% | 0.93% | - |
| XYZ | 60.44 | 67.54 | 13.1 | - |
| YUV | 203.88 | 42.29 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 52 | 0 | 0.09 | 0.78 | 0.07 | 52.9 | 0.85 | 0.57 |
| Hex | EE | D8 | 34 | 0 | 9 | 4E | 7 | 35 | 55 | 39 |
| Octal | 356 | 330 | 64 | 0 | 11 | 116 | 7 | 65 | 125 | 71 |
| Binary | 11101110 | 11011000 | 110100 | 0 | 1001 | 1001110 | 111 | 110101 | 1010101 | 111001 |
Color Harmonies of #EED834
Complementary color
Monochromatic Colors of #EED834
Black with #EED834
Text Example
Text Example
White with #EED834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED834; }
p { color: rgb(238,216,52); }
H1.HeaderClassName
{
color: #EED834;
}
.AnyTagClassName
{
color: #EED834;
}
</style>
background-color css
<style>
a { background-color: #EED834; }
a { background-color: rgb(238,216,52); }
div.DivClassName
{
background-color: #EED834;
}
.BgClassName
{
background-color: #EED834;
}
</style>
border-color css
<style>
span { border-color: #EED834; }
span { border-color: rgb(238,216,52); }
td.TdClassName
{
border-color: #EED834;
}
.TagClassName
{
border-color: #EED834;
}
</style>