Shades of Golden Fizz #EAE927
Tints of Golden Fizz #EAE927
RGB
CMYK
RGB Variations
Color information
#EAE927 (or 0xEAE927) is known color: Golden Fizz. HEX triplet: EA, E9 and 27. RGB value is (234,233,39). Sum of RGB (Red+Green+Blue) = 234+233+39=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 39 (15.62% from 255 or 7.71% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE927 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE927 is #1516D8. Grayscale: #D3D3D3. Windows color (decimal): -1382105 or 2615786. OLE color: 2615786.
HSL color Cylindrical-coordinate representation of color #EAE927: hue angle of 59.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAE927 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 39 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.08 |
| HSL | 59.69º | 0.82% | 0.54% | - |
| HSV(B) | 59.69º | 0.83% | 0.92% | - |
| XYZ | 63.44 | 75.92 | 13.23 | - |
| YUV | 211.18 | 30.83 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 39 | 0 | 0.00 | 0.83 | 0.08 | 59.69 | 0.82 | 0.54 |
| Hex | EA | E9 | 27 | 0 | 0 | 53 | 8 | 3C | 52 | 36 |
| Octal | 352 | 351 | 47 | 0 | 0 | 123 | 10 | 74 | 122 | 66 |
| Binary | 11101010 | 11101001 | 100111 | 0 | 0 | 1010011 | 1000 | 111100 | 1010010 | 110110 |
Color Harmonies of #EAE927
Complementary color
Monochromatic Colors of #EAE927
Black with #EAE927
Text Example
Text Example
White with #EAE927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE927; }
p { color: rgb(234,233,39); }
H1.HeaderClassName
{
color: #EAE927;
}
.AnyTagClassName
{
color: #EAE927;
}
</style>
background-color css
<style>
a { background-color: #EAE927; }
a { background-color: rgb(234,233,39); }
div.DivClassName
{
background-color: #EAE927;
}
.BgClassName
{
background-color: #EAE927;
}
</style>
border-color css
<style>
span { border-color: #EAE927; }
span { border-color: rgb(234,233,39); }
td.TdClassName
{
border-color: #EAE927;
}
.TagClassName
{
border-color: #EAE927;
}
</style>