Shades of Golden Fizz #EAF72D
Tints of Golden Fizz #EAF72D
RGB
CMYK
RGB Variations
Color information
#EAF72D (or 0xEAF72D) is known color: Golden Fizz. HEX triplet: EA, F7 and 2D. RGB value is (234,247,45). Sum of RGB (Red+Green+Blue) = 234+247+45=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 45 (17.97% from 255 or 8.56% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF72D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF72D is #1508D2. Grayscale: #DCDCDC. Windows color (decimal): -1378515 or 3012586. OLE color: 3012586.
HSL color Cylindrical-coordinate representation of color #EAF72D: hue angle of 63.86º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAF72D is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 247 | 45 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.03 |
| HSL | 63.86º | 0.93% | 0.57% | - |
| HSV(B) | 63.86º | 0.82% | 0.97% | - |
| XYZ | 67.67 | 84.2 | 15.17 | - |
| YUV | 220.09 | 29.19 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 247 | 45 | 0.05 | 0 | 0.82 | 0.03 | 63.86 | 0.93 | 0.57 |
| Hex | EA | F7 | 2D | 5 | 0 | 52 | 3 | 40 | 5D | 39 |
| Octal | 352 | 367 | 55 | 5 | 0 | 122 | 3 | 100 | 135 | 71 |
| Binary | 11101010 | 11110111 | 101101 | 101 | 0 | 1010010 | 11 | 1000000 | 1011101 | 111001 |
Color Harmonies of #EAF72D
Complementary color
Monochromatic Colors of #EAF72D
Black with #EAF72D
Text Example
Text Example
White with #EAF72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF72D; }
p { color: rgb(234,247,45); }
H1.HeaderClassName
{
color: #EAF72D;
}
.AnyTagClassName
{
color: #EAF72D;
}
</style>
background-color css
<style>
a { background-color: #EAF72D; }
a { background-color: rgb(234,247,45); }
div.DivClassName
{
background-color: #EAF72D;
}
.BgClassName
{
background-color: #EAF72D;
}
</style>
border-color css
<style>
span { border-color: #EAF72D; }
span { border-color: rgb(234,247,45); }
td.TdClassName
{
border-color: #EAF72D;
}
.TagClassName
{
border-color: #EAF72D;
}
</style>