Shades of Golden Fizz #EED434
Tints of Golden Fizz #EED434
RGB
CMYK
RGB Variations
Color information
#EED434 (or 0xEED434) is known color: Golden Fizz. HEX triplet: EE, D4 and 34. RGB value is (238,212,52). Sum of RGB (Red+Green+Blue) = 238+212+52=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 52 (20.70% from 255 or 10.36% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EED434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED434 is #112BCB. Grayscale: #CACACA. Windows color (decimal): -1125324 or 3462382. OLE color: 3462382.
HSL color Cylindrical-coordinate representation of color #EED434: hue angle of 51.61º 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 #EED434 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 52 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.07 |
| HSL | 51.61º | 0.85% | 0.57% | - |
| HSV(B) | 51.61º | 0.78% | 0.93% | - |
| XYZ | 59.42 | 65.51 | 12.76 | - |
| YUV | 201.53 | 43.61 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 52 | 0 | 0.11 | 0.78 | 0.07 | 51.61 | 0.85 | 0.57 |
| Hex | EE | D4 | 34 | 0 | B | 4E | 7 | 34 | 55 | 39 |
| Octal | 356 | 324 | 64 | 0 | 13 | 116 | 7 | 64 | 125 | 71 |
| Binary | 11101110 | 11010100 | 110100 | 0 | 1011 | 1001110 | 111 | 110100 | 1010101 | 111001 |
Color Harmonies of #EED434
Complementary color
Monochromatic Colors of #EED434
Black with #EED434
Text Example
Text Example
White with #EED434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED434; }
p { color: rgb(238,212,52); }
H1.HeaderClassName
{
color: #EED434;
}
.AnyTagClassName
{
color: #EED434;
}
</style>
background-color css
<style>
a { background-color: #EED434; }
a { background-color: rgb(238,212,52); }
div.DivClassName
{
background-color: #EED434;
}
.BgClassName
{
background-color: #EED434;
}
</style>
border-color css
<style>
span { border-color: #EED434; }
span { border-color: rgb(238,212,52); }
td.TdClassName
{
border-color: #EED434;
}
.TagClassName
{
border-color: #EED434;
}
</style>