Shades of Golden Fizz #EAEF2D
Tints of Golden Fizz #EAEF2D
RGB
CMYK
RGB Variations
Color information
#EAEF2D (or 0xEAEF2D) is known color: Golden Fizz. HEX triplet: EA, EF and 2D. RGB value is (234,239,45). Sum of RGB (Red+Green+Blue) = 234+239+45=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 45 (17.97% from 255 or 8.69% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEF2D is #1510D2. Grayscale: #D8D8D8. Windows color (decimal): -1380563 or 3010538. OLE color: 3010538.
HSL color Cylindrical-coordinate representation of color #EAEF2D: hue angle of 61.55º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAEF2D is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 239 | 45 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.06 |
| HSL | 61.55º | 0.86% | 0.56% | - |
| HSV(B) | 61.55º | 0.81% | 0.94% | - |
| XYZ | 65.27 | 79.41 | 14.37 | - |
| YUV | 215.39 | 31.84 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 239 | 45 | 0.02 | 0 | 0.81 | 0.06 | 61.55 | 0.86 | 0.56 |
| Hex | EA | EF | 2D | 2 | 0 | 51 | 6 | 3E | 56 | 38 |
| Octal | 352 | 357 | 55 | 2 | 0 | 121 | 6 | 76 | 126 | 70 |
| Binary | 11101010 | 11101111 | 101101 | 10 | 0 | 1010001 | 110 | 111110 | 1010110 | 111000 |
Color Harmonies of #EAEF2D
Complementary color
Monochromatic Colors of #EAEF2D
Black with #EAEF2D
Text Example
Text Example
White with #EAEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEF2D; }
p { color: rgb(234,239,45); }
H1.HeaderClassName
{
color: #EAEF2D;
}
.AnyTagClassName
{
color: #EAEF2D;
}
</style>
background-color css
<style>
a { background-color: #EAEF2D; }
a { background-color: rgb(234,239,45); }
div.DivClassName
{
background-color: #EAEF2D;
}
.BgClassName
{
background-color: #EAEF2D;
}
</style>
border-color css
<style>
span { border-color: #EAEF2D; }
span { border-color: rgb(234,239,45); }
td.TdClassName
{
border-color: #EAEF2D;
}
.TagClassName
{
border-color: #EAEF2D;
}
</style>