Shades of Golden Fizz #EAD628
Tints of Golden Fizz #EAD628
RGB
CMYK
RGB Variations
Color information
#EAD628 (or 0xEAD628) is known color: Golden Fizz. HEX triplet: EA, D6 and 28. RGB value is (234,214,40). Sum of RGB (Red+Green+Blue) = 234+214+40=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD628 is #1529D7. Grayscale: #C8C8C8. Windows color (decimal): -1386968 or 2676458. OLE color: 2676458.
HSL color Cylindrical-coordinate representation of color #EAD628: hue angle of 53.81º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAD628 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 214 | 40 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.08 |
| HSL | 53.81º | 0.82% | 0.54% | - |
| HSV(B) | 53.81º | 0.83% | 0.92% | - |
| XYZ | 58.36 | 65.74 | 11.62 | - |
| YUV | 200.14 | 37.63 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 214 | 40 | 0 | 0.09 | 0.83 | 0.08 | 53.81 | 0.82 | 0.54 |
| Hex | EA | D6 | 28 | 0 | 9 | 53 | 8 | 36 | 52 | 36 |
| Octal | 352 | 326 | 50 | 0 | 11 | 123 | 10 | 66 | 122 | 66 |
| Binary | 11101010 | 11010110 | 101000 | 0 | 1001 | 1010011 | 1000 | 110110 | 1010010 | 110110 |
Color Harmonies of #EAD628
Complementary color
Monochromatic Colors of #EAD628
Black with #EAD628
Text Example
Text Example
White with #EAD628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD628; }
p { color: rgb(234,214,40); }
H1.HeaderClassName
{
color: #EAD628;
}
.AnyTagClassName
{
color: #EAD628;
}
</style>
background-color css
<style>
a { background-color: #EAD628; }
a { background-color: rgb(234,214,40); }
div.DivClassName
{
background-color: #EAD628;
}
.BgClassName
{
background-color: #EAD628;
}
</style>
border-color css
<style>
span { border-color: #EAD628; }
span { border-color: rgb(234,214,40); }
td.TdClassName
{
border-color: #EAD628;
}
.TagClassName
{
border-color: #EAD628;
}
</style>