Shades of Golden Fizz #EAE732
Tints of Golden Fizz #EAE732
RGB
CMYK
RGB Variations
Color information
#EAE732 (or 0xEAE732) is known color: Golden Fizz. HEX triplet: EA, E7 and 32. RGB value is (234,231,50). Sum of RGB (Red+Green+Blue) = 234+231+50=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 50 (19.92% from 255 or 9.71% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE732 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE732 is #1518CD. Grayscale: #D3D3D3. Windows color (decimal): -1382606 or 3336170. OLE color: 3336170.
HSL color Cylindrical-coordinate representation of color #EAE732: hue angle of 59.02º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAE732 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 50 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.08 |
| HSL | 59.02º | 0.81% | 0.56% | - |
| HSV(B) | 59.02º | 0.79% | 0.92% | - |
| XYZ | 63.08 | 74.87 | 14.15 | - |
| YUV | 211.26 | 36.99 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 50 | 0 | 0.01 | 0.79 | 0.08 | 59.02 | 0.81 | 0.56 |
| Hex | EA | E7 | 32 | 0 | 1 | 4F | 8 | 3B | 51 | 38 |
| Octal | 352 | 347 | 62 | 0 | 1 | 117 | 10 | 73 | 121 | 70 |
| Binary | 11101010 | 11100111 | 110010 | 0 | 1 | 1001111 | 1000 | 111011 | 1010001 | 111000 |
Color Harmonies of #EAE732
Complementary color
Monochromatic Colors of #EAE732
Black with #EAE732
Text Example
Text Example
White with #EAE732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE732; }
p { color: rgb(234,231,50); }
H1.HeaderClassName
{
color: #EAE732;
}
.AnyTagClassName
{
color: #EAE732;
}
</style>
background-color css
<style>
a { background-color: #EAE732; }
a { background-color: rgb(234,231,50); }
div.DivClassName
{
background-color: #EAE732;
}
.BgClassName
{
background-color: #EAE732;
}
</style>
border-color css
<style>
span { border-color: #EAE732; }
span { border-color: rgb(234,231,50); }
td.TdClassName
{
border-color: #EAE732;
}
.TagClassName
{
border-color: #EAE732;
}
</style>