Shades of Golden Fizz #EAE32F
Tints of Golden Fizz #EAE32F
RGB
CMYK
RGB Variations
Color information
#EAE32F (or 0xEAE32F) is known color: Golden Fizz. HEX triplet: EA, E3 and 2F. RGB value is (234,227,47). Sum of RGB (Red+Green+Blue) = 234+227+47=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 47 (18.75% from 255 or 9.25% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE32F is #151CD0. Grayscale: #D1D1D1. Windows color (decimal): -1383633 or 3138538. OLE color: 3138538.
HSL color Cylindrical-coordinate representation of color #EAE32F: hue angle of 57.75º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAE32F is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 47 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.08 |
| HSL | 57.75º | 0.82% | 0.55% | - |
| HSV(B) | 57.75º | 0.8% | 0.92% | - |
| XYZ | 61.91 | 72.64 | 13.45 | - |
| YUV | 208.57 | 36.82 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 47 | 0 | 0.03 | 0.80 | 0.08 | 57.75 | 0.82 | 0.55 |
| Hex | EA | E3 | 2F | 0 | 3 | 50 | 8 | 3A | 52 | 37 |
| Octal | 352 | 343 | 57 | 0 | 3 | 120 | 10 | 72 | 122 | 67 |
| Binary | 11101010 | 11100011 | 101111 | 0 | 11 | 1010000 | 1000 | 111010 | 1010010 | 110111 |
Color Harmonies of #EAE32F
Complementary color
Monochromatic Colors of #EAE32F
Black with #EAE32F
Text Example
Text Example
White with #EAE32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE32F; }
p { color: rgb(234,227,47); }
H1.HeaderClassName
{
color: #EAE32F;
}
.AnyTagClassName
{
color: #EAE32F;
}
</style>
background-color css
<style>
a { background-color: #EAE32F; }
a { background-color: rgb(234,227,47); }
div.DivClassName
{
background-color: #EAE32F;
}
.BgClassName
{
background-color: #EAE32F;
}
</style>
border-color css
<style>
span { border-color: #EAE32F; }
span { border-color: rgb(234,227,47); }
td.TdClassName
{
border-color: #EAE32F;
}
.TagClassName
{
border-color: #EAE32F;
}
</style>