Shades of Golden Fizz #EAE330
Tints of Golden Fizz #EAE330
RGB
CMYK
RGB Variations
Color information
#EAE330 (or 0xEAE330) is known color: Golden Fizz. HEX triplet: EA, E3 and 30. RGB value is (234,227,48). Sum of RGB (Red+Green+Blue) = 234+227+48=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 48 (19.14% from 255 or 9.43% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE330 is #151CCF. Grayscale: #D1D1D1. Windows color (decimal): -1383632 or 3204074. OLE color: 3204074.
HSL color Cylindrical-coordinate representation of color #EAE330: hue angle of 57.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAE330 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 48 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.08 |
| HSL | 57.74º | 0.82% | 0.55% | - |
| HSV(B) | 57.74º | 0.79% | 0.92% | - |
| XYZ | 61.93 | 72.64 | 13.55 | - |
| YUV | 208.69 | 37.32 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 48 | 0 | 0.03 | 0.79 | 0.08 | 57.74 | 0.82 | 0.55 |
| Hex | EA | E3 | 30 | 0 | 3 | 4F | 8 | 3A | 52 | 37 |
| Octal | 352 | 343 | 60 | 0 | 3 | 117 | 10 | 72 | 122 | 67 |
| Binary | 11101010 | 11100011 | 110000 | 0 | 11 | 1001111 | 1000 | 111010 | 1010010 | 110111 |
Color Harmonies of #EAE330
Complementary color
Monochromatic Colors of #EAE330
Black with #EAE330
Text Example
Text Example
White with #EAE330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE330; }
p { color: rgb(234,227,48); }
H1.HeaderClassName
{
color: #EAE330;
}
.AnyTagClassName
{
color: #EAE330;
}
</style>
background-color css
<style>
a { background-color: #EAE330; }
a { background-color: rgb(234,227,48); }
div.DivClassName
{
background-color: #EAE330;
}
.BgClassName
{
background-color: #EAE330;
}
</style>
border-color css
<style>
span { border-color: #EAE330; }
span { border-color: rgb(234,227,48); }
td.TdClassName
{
border-color: #EAE330;
}
.TagClassName
{
border-color: #EAE330;
}
</style>