Shades of Golden Fizz #EAD934
Tints of Golden Fizz #EAD934
RGB
CMYK
RGB Variations
Color information
#EAD934 (or 0xEAD934) is known color: Golden Fizz. HEX triplet: EA, D9 and 34. RGB value is (234,217,52). Sum of RGB (Red+Green+Blue) = 234+217+52=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 52 (20.70% from 255 or 10.34% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD934 is #1526CB. Grayscale: #CBCBCB. Windows color (decimal): -1386188 or 3463658. OLE color: 3463658.
HSL color Cylindrical-coordinate representation of color #EAD934: hue angle of 54.4º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAD934 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 217 | 52 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.08 |
| HSL | 54.4º | 0.81% | 0.56% | - |
| HSV(B) | 54.4º | 0.78% | 0.92% | - |
| XYZ | 59.36 | 67.37 | 13.12 | - |
| YUV | 203.27 | 42.63 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 217 | 52 | 0 | 0.07 | 0.78 | 0.08 | 54.4 | 0.81 | 0.56 |
| Hex | EA | D9 | 34 | 0 | 7 | 4E | 8 | 36 | 51 | 38 |
| Octal | 352 | 331 | 64 | 0 | 7 | 116 | 10 | 66 | 121 | 70 |
| Binary | 11101010 | 11011001 | 110100 | 0 | 111 | 1001110 | 1000 | 110110 | 1010001 | 111000 |
Color Harmonies of #EAD934
Complementary color
Monochromatic Colors of #EAD934
Black with #EAD934
Text Example
Text Example
White with #EAD934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD934; }
p { color: rgb(234,217,52); }
H1.HeaderClassName
{
color: #EAD934;
}
.AnyTagClassName
{
color: #EAD934;
}
</style>
background-color css
<style>
a { background-color: #EAD934; }
a { background-color: rgb(234,217,52); }
div.DivClassName
{
background-color: #EAD934;
}
.BgClassName
{
background-color: #EAD934;
}
</style>
border-color css
<style>
span { border-color: #EAD934; }
span { border-color: rgb(234,217,52); }
td.TdClassName
{
border-color: #EAD934;
}
.TagClassName
{
border-color: #EAD934;
}
</style>