Shades of Golden Fizz #EAEC34
Tints of Golden Fizz #EAEC34
RGB
CMYK
RGB Variations
Color information
#EAEC34 (or 0xEAEC34) is known color: Golden Fizz. HEX triplet: EA, EC and 34. RGB value is (234,236,52). Sum of RGB (Red+Green+Blue) = 234+236+52=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 52 (20.70% from 255 or 9.96% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEC34 is #1513CB. Grayscale: #D7D7D7. Windows color (decimal): -1381324 or 3468522. OLE color: 3468522.
HSL color Cylindrical-coordinate representation of color #EAEC34: hue angle of 60.65º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAEC34 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 52 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.07 |
| HSL | 60.65º | 0.83% | 0.56% | - |
| HSV(B) | 60.65º | 0.78% | 0.93% | - |
| XYZ | 64.55 | 77.73 | 14.85 | - |
| YUV | 214.43 | 36.34 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 52 | 0.01 | 0 | 0.78 | 0.07 | 60.65 | 0.83 | 0.56 |
| Hex | EA | EC | 34 | 1 | 0 | 4E | 7 | 3D | 53 | 38 |
| Octal | 352 | 354 | 64 | 1 | 0 | 116 | 7 | 75 | 123 | 70 |
| Binary | 11101010 | 11101100 | 110100 | 1 | 0 | 1001110 | 111 | 111101 | 1010011 | 111000 |
Color Harmonies of #EAEC34
Complementary color
Monochromatic Colors of #EAEC34
Black with #EAEC34
Text Example
Text Example
White with #EAEC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEC34; }
p { color: rgb(234,236,52); }
H1.HeaderClassName
{
color: #EAEC34;
}
.AnyTagClassName
{
color: #EAEC34;
}
</style>
background-color css
<style>
a { background-color: #EAEC34; }
a { background-color: rgb(234,236,52); }
div.DivClassName
{
background-color: #EAEC34;
}
.BgClassName
{
background-color: #EAEC34;
}
</style>
border-color css
<style>
span { border-color: #EAEC34; }
span { border-color: rgb(234,236,52); }
td.TdClassName
{
border-color: #EAEC34;
}
.TagClassName
{
border-color: #EAEC34;
}
</style>