Shades of Golden Fizz #EAE130
Tints of Golden Fizz #EAE130
RGB
CMYK
RGB Variations
Color information
#EAE130 (or 0xEAE130) is known color: Golden Fizz. HEX triplet: EA, E1 and 30. RGB value is (234,225,48). Sum of RGB (Red+Green+Blue) = 234+225+48=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE130 is #151ECF. Grayscale: #D0D0D0. Windows color (decimal): -1384144 or 3203562. OLE color: 3203562.
HSL color Cylindrical-coordinate representation of color #EAE130: hue angle of 57.1º 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 #EAE130 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 48 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.08 |
| HSL | 57.1º | 0.82% | 0.55% | - |
| HSV(B) | 57.1º | 0.79% | 0.92% | - |
| XYZ | 61.39 | 71.56 | 13.37 | - |
| YUV | 207.51 | 37.98 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 48 | 0 | 0.04 | 0.79 | 0.08 | 57.1 | 0.82 | 0.55 |
| Hex | EA | E1 | 30 | 0 | 4 | 4F | 8 | 39 | 52 | 37 |
| Octal | 352 | 341 | 60 | 0 | 4 | 117 | 10 | 71 | 122 | 67 |
| Binary | 11101010 | 11100001 | 110000 | 0 | 100 | 1001111 | 1000 | 111001 | 1010010 | 110111 |
Color Harmonies of #EAE130
Complementary color
Monochromatic Colors of #EAE130
Black with #EAE130
Text Example
Text Example
White with #EAE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE130; }
p { color: rgb(234,225,48); }
H1.HeaderClassName
{
color: #EAE130;
}
.AnyTagClassName
{
color: #EAE130;
}
</style>
background-color css
<style>
a { background-color: #EAE130; }
a { background-color: rgb(234,225,48); }
div.DivClassName
{
background-color: #EAE130;
}
.BgClassName
{
background-color: #EAE130;
}
</style>
border-color css
<style>
span { border-color: #EAE130; }
span { border-color: rgb(234,225,48); }
td.TdClassName
{
border-color: #EAE130;
}
.TagClassName
{
border-color: #EAE130;
}
</style>