Shades of Golden Fizz #EAF12D
Tints of Golden Fizz #EAF12D
RGB
CMYK
RGB Variations
Color information
#EAF12D (or 0xEAF12D) is known color: Golden Fizz. HEX triplet: EA, F1 and 2D. RGB value is (234,241,45). Sum of RGB (Red+Green+Blue) = 234+241+45=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 45 (17.97% from 255 or 8.65% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF12D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF12D is #150ED2. Grayscale: #D9D9D9. Windows color (decimal): -1380051 or 3011050. OLE color: 3011050.
HSL color Cylindrical-coordinate representation of color #EAF12D: hue angle of 62.14º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAF12D is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 45 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.05 |
| HSL | 62.14º | 0.88% | 0.56% | - |
| HSV(B) | 62.14º | 0.81% | 0.95% | - |
| XYZ | 65.86 | 80.59 | 14.57 | - |
| YUV | 216.56 | 31.18 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 45 | 0.03 | 0 | 0.81 | 0.05 | 62.14 | 0.88 | 0.56 |
| Hex | EA | F1 | 2D | 3 | 0 | 51 | 5 | 3E | 58 | 38 |
| Octal | 352 | 361 | 55 | 3 | 0 | 121 | 5 | 76 | 130 | 70 |
| Binary | 11101010 | 11110001 | 101101 | 11 | 0 | 1010001 | 101 | 111110 | 1011000 | 111000 |
Color Harmonies of #EAF12D
Complementary color
Monochromatic Colors of #EAF12D
Black with #EAF12D
Text Example
Text Example
White with #EAF12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF12D; }
p { color: rgb(234,241,45); }
H1.HeaderClassName
{
color: #EAF12D;
}
.AnyTagClassName
{
color: #EAF12D;
}
</style>
background-color css
<style>
a { background-color: #EAF12D; }
a { background-color: rgb(234,241,45); }
div.DivClassName
{
background-color: #EAF12D;
}
.BgClassName
{
background-color: #EAF12D;
}
</style>
border-color css
<style>
span { border-color: #EAF12D; }
span { border-color: rgb(234,241,45); }
td.TdClassName
{
border-color: #EAF12D;
}
.TagClassName
{
border-color: #EAF12D;
}
</style>