Shades of Golden Fizz #EAE933
Tints of Golden Fizz #EAE933
RGB
CMYK
RGB Variations
Color information
#EAE933 (or 0xEAE933) is known color: Golden Fizz. HEX triplet: EA, E9 and 33. RGB value is (234,233,51). Sum of RGB (Red+Green+Blue) = 234+233+51=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 51 (20.31% from 255 or 9.85% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE933 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE933 is #1516CC. Grayscale: #D5D5D5. Windows color (decimal): -1382093 or 3402218. OLE color: 3402218.
HSL color Cylindrical-coordinate representation of color #EAE933: hue angle of 59.67º 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 #EAE933 is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 51 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.08 |
| HSL | 59.67º | 0.81% | 0.56% | - |
| HSV(B) | 59.67º | 0.78% | 0.92% | - |
| XYZ | 63.67 | 76.01 | 14.45 | - |
| YUV | 212.55 | 36.83 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 51 | 0 | 0.00 | 0.78 | 0.08 | 59.67 | 0.81 | 0.56 |
| Hex | EA | E9 | 33 | 0 | 0 | 4E | 8 | 3C | 51 | 38 |
| Octal | 352 | 351 | 63 | 0 | 0 | 116 | 10 | 74 | 121 | 70 |
| Binary | 11101010 | 11101001 | 110011 | 0 | 0 | 1001110 | 1000 | 111100 | 1010001 | 111000 |
Color Harmonies of #EAE933
Complementary color
Monochromatic Colors of #EAE933
Black with #EAE933
Text Example
Text Example
White with #EAE933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE933; }
p { color: rgb(234,233,51); }
H1.HeaderClassName
{
color: #EAE933;
}
.AnyTagClassName
{
color: #EAE933;
}
</style>
background-color css
<style>
a { background-color: #EAE933; }
a { background-color: rgb(234,233,51); }
div.DivClassName
{
background-color: #EAE933;
}
.BgClassName
{
background-color: #EAE933;
}
</style>
border-color css
<style>
span { border-color: #EAE933; }
span { border-color: rgb(234,233,51); }
td.TdClassName
{
border-color: #EAE933;
}
.TagClassName
{
border-color: #EAE933;
}
</style>