Shades of Golden Fizz #EAE01C
Tints of Golden Fizz #EAE01C
RGB
CMYK
RGB Variations
Color information
#EAE01C (or 0xEAE01C) is known color: Golden Fizz. HEX triplet: EA, E0 and 1C. RGB value is (234,224,28). Sum of RGB (Red+Green+Blue) = 234+224+28=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 28 (11.33% from 255 or 5.76% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE01C is #151FE3. Grayscale: #CDCDCD. Windows color (decimal): -1384420 or 1892586. OLE color: 1892586.
HSL color Cylindrical-coordinate representation of color #EAE01C: hue angle of 57.09º 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 #EAE01C is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 28 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.08 |
| HSL | 57.09º | 0.83% | 0.51% | - |
| HSV(B) | 57.09º | 0.88% | 0.92% | - |
| XYZ | 60.8 | 70.89 | 11.58 | - |
| YUV | 204.65 | 28.31 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 28 | 0 | 0.04 | 0.88 | 0.08 | 57.09 | 0.83 | 0.51 |
| Hex | EA | E0 | 1C | 0 | 4 | 58 | 8 | 39 | 53 | 33 |
| Octal | 352 | 340 | 34 | 0 | 4 | 130 | 10 | 71 | 123 | 63 |
| Binary | 11101010 | 11100000 | 11100 | 0 | 100 | 1011000 | 1000 | 111001 | 1010011 | 110011 |
Color Harmonies of #EAE01C
Complementary color
Monochromatic Colors of #EAE01C
Black with #EAE01C
Text Example
Text Example
White with #EAE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE01C; }
p { color: rgb(234,224,28); }
H1.HeaderClassName
{
color: #EAE01C;
}
.AnyTagClassName
{
color: #EAE01C;
}
</style>
background-color css
<style>
a { background-color: #EAE01C; }
a { background-color: rgb(234,224,28); }
div.DivClassName
{
background-color: #EAE01C;
}
.BgClassName
{
background-color: #EAE01C;
}
</style>
border-color css
<style>
span { border-color: #EAE01C; }
span { border-color: rgb(234,224,28); }
td.TdClassName
{
border-color: #EAE01C;
}
.TagClassName
{
border-color: #EAE01C;
}
</style>