Shades of Golden Fizz #EAD334
Tints of Golden Fizz #EAD334
RGB
CMYK
RGB Variations
Color information
#EAD334 (or 0xEAD334) is known color: Golden Fizz. HEX triplet: EA, D3 and 34. RGB value is (234,211,52). Sum of RGB (Red+Green+Blue) = 234+211+52=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 52 (20.70% from 255 or 10.46% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD334 is #152CCB. Grayscale: #C8C8C8. Windows color (decimal): -1387724 or 3462122. OLE color: 3462122.
HSL color Cylindrical-coordinate representation of color #EAD334: hue angle of 52.42º 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 #EAD334 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 52 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.08 |
| HSL | 52.42º | 0.81% | 0.56% | - |
| HSV(B) | 52.42º | 0.78% | 0.92% | - |
| XYZ | 57.85 | 64.33 | 12.62 | - |
| YUV | 199.75 | 44.62 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 52 | 0 | 0.10 | 0.78 | 0.08 | 52.42 | 0.81 | 0.56 |
| Hex | EA | D3 | 34 | 0 | A | 4E | 8 | 34 | 51 | 38 |
| Octal | 352 | 323 | 64 | 0 | 12 | 116 | 10 | 64 | 121 | 70 |
| Binary | 11101010 | 11010011 | 110100 | 0 | 1010 | 1001110 | 1000 | 110100 | 1010001 | 111000 |
Color Harmonies of #EAD334
Complementary color
Monochromatic Colors of #EAD334
Black with #EAD334
Text Example
Text Example
White with #EAD334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD334; }
p { color: rgb(234,211,52); }
H1.HeaderClassName
{
color: #EAD334;
}
.AnyTagClassName
{
color: #EAD334;
}
</style>
background-color css
<style>
a { background-color: #EAD334; }
a { background-color: rgb(234,211,52); }
div.DivClassName
{
background-color: #EAD334;
}
.BgClassName
{
background-color: #EAD334;
}
</style>
border-color css
<style>
span { border-color: #EAD334; }
span { border-color: rgb(234,211,52); }
td.TdClassName
{
border-color: #EAD334;
}
.TagClassName
{
border-color: #EAD334;
}
</style>