Shades of Golden Fizz #EAE91D
Tints of Golden Fizz #EAE91D
RGB
CMYK
RGB Variations
Color information
#EAE91D (or 0xEAE91D) is known color: Golden Fizz. HEX triplet: EA, E9 and 1D. RGB value is (234,233,29). Sum of RGB (Red+Green+Blue) = 234+233+29=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 29 (11.72% from 255 or 5.85% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE91D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE91D is #1516E2. Grayscale: #D2D2D2. Windows color (decimal): -1382115 or 1960426. OLE color: 1960426.
HSL color Cylindrical-coordinate representation of color #EAE91D: hue angle of 59.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAE91D is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 29 | - |
| CMYK | 0 | 0.00 | 0.88 | 0.08 |
| HSL | 59.71º | 0.83% | 0.52% | - |
| HSV(B) | 59.71º | 0.88% | 0.92% | - |
| XYZ | 63.29 | 75.86 | 12.47 | - |
| YUV | 210.04 | 25.83 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 29 | 0 | 0.00 | 0.88 | 0.08 | 59.71 | 0.83 | 0.52 |
| Hex | EA | E9 | 1D | 0 | 0 | 58 | 8 | 3C | 53 | 34 |
| Octal | 352 | 351 | 35 | 0 | 0 | 130 | 10 | 74 | 123 | 64 |
| Binary | 11101010 | 11101001 | 11101 | 0 | 0 | 1011000 | 1000 | 111100 | 1010011 | 110100 |
Color Harmonies of #EAE91D
Complementary color
Monochromatic Colors of #EAE91D
Black with #EAE91D
Text Example
Text Example
White with #EAE91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE91D; }
p { color: rgb(234,233,29); }
H1.HeaderClassName
{
color: #EAE91D;
}
.AnyTagClassName
{
color: #EAE91D;
}
</style>
background-color css
<style>
a { background-color: #EAE91D; }
a { background-color: rgb(234,233,29); }
div.DivClassName
{
background-color: #EAE91D;
}
.BgClassName
{
background-color: #EAE91D;
}
</style>
border-color css
<style>
span { border-color: #EAE91D; }
span { border-color: rgb(234,233,29); }
td.TdClassName
{
border-color: #EAE91D;
}
.TagClassName
{
border-color: #EAE91D;
}
</style>