Shades of Golden Fizz #EAE827
Tints of Golden Fizz #EAE827
RGB
CMYK
RGB Variations
Color information
#EAE827 (or 0xEAE827) is known color: Golden Fizz. HEX triplet: EA, E8 and 27. RGB value is (234,232,39). Sum of RGB (Red+Green+Blue) = 234+232+39=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 39 (15.62% from 255 or 7.72% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE827 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE827 is #1517D8. Grayscale: #D3D3D3. Windows color (decimal): -1382361 or 2615530. OLE color: 2615530.
HSL color Cylindrical-coordinate representation of color #EAE827: hue angle of 59.38º 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 #EAE827 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 39 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.08 |
| HSL | 59.38º | 0.82% | 0.54% | - |
| HSV(B) | 59.38º | 0.83% | 0.92% | - |
| XYZ | 63.15 | 75.35 | 13.14 | - |
| YUV | 210.6 | 31.16 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 39 | 0 | 0.01 | 0.83 | 0.08 | 59.38 | 0.82 | 0.54 |
| Hex | EA | E8 | 27 | 0 | 1 | 53 | 8 | 3B | 52 | 36 |
| Octal | 352 | 350 | 47 | 0 | 1 | 123 | 10 | 73 | 122 | 66 |
| Binary | 11101010 | 11101000 | 100111 | 0 | 1 | 1010011 | 1000 | 111011 | 1010010 | 110110 |
Color Harmonies of #EAE827
Complementary color
Monochromatic Colors of #EAE827
Black with #EAE827
Text Example
Text Example
White with #EAE827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE827; }
p { color: rgb(234,232,39); }
H1.HeaderClassName
{
color: #EAE827;
}
.AnyTagClassName
{
color: #EAE827;
}
</style>
background-color css
<style>
a { background-color: #EAE827; }
a { background-color: rgb(234,232,39); }
div.DivClassName
{
background-color: #EAE827;
}
.BgClassName
{
background-color: #EAE827;
}
</style>
border-color css
<style>
span { border-color: #EAE827; }
span { border-color: rgb(234,232,39); }
td.TdClassName
{
border-color: #EAE827;
}
.TagClassName
{
border-color: #EAE827;
}
</style>