Shades of Golden Fizz #EAE61C
Tints of Golden Fizz #EAE61C
RGB
CMYK
RGB Variations
Color information
#EAE61C (or 0xEAE61C) is known color: Golden Fizz. HEX triplet: EA, E6 and 1C. RGB value is (234,230,28). Sum of RGB (Red+Green+Blue) = 234+230+28=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 28 (11.33% from 255 or 5.69% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE61C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE61C is #1519E3. Grayscale: #D0D0D0. Windows color (decimal): -1382884 or 1894122. OLE color: 1894122.
HSL color Cylindrical-coordinate representation of color #EAE61C: hue angle of 58.83º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAE61C is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 28 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.08 |
| HSL | 58.83º | 0.83% | 0.51% | - |
| HSV(B) | 58.83º | 0.88% | 0.92% | - |
| XYZ | 62.44 | 74.17 | 12.12 | - |
| YUV | 208.17 | 26.33 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 28 | 0 | 0.02 | 0.88 | 0.08 | 58.83 | 0.83 | 0.51 |
| Hex | EA | E6 | 1C | 0 | 2 | 58 | 8 | 3B | 53 | 33 |
| Octal | 352 | 346 | 34 | 0 | 2 | 130 | 10 | 73 | 123 | 63 |
| Binary | 11101010 | 11100110 | 11100 | 0 | 10 | 1011000 | 1000 | 111011 | 1010011 | 110011 |
Color Harmonies of #EAE61C
Complementary color
Monochromatic Colors of #EAE61C
Black with #EAE61C
Text Example
Text Example
White with #EAE61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE61C; }
p { color: rgb(234,230,28); }
H1.HeaderClassName
{
color: #EAE61C;
}
.AnyTagClassName
{
color: #EAE61C;
}
</style>
background-color css
<style>
a { background-color: #EAE61C; }
a { background-color: rgb(234,230,28); }
div.DivClassName
{
background-color: #EAE61C;
}
.BgClassName
{
background-color: #EAE61C;
}
</style>
border-color css
<style>
span { border-color: #EAE61C; }
span { border-color: rgb(234,230,28); }
td.TdClassName
{
border-color: #EAE61C;
}
.TagClassName
{
border-color: #EAE61C;
}
</style>