Shades of Golden Fizz #EAEE2D
Tints of Golden Fizz #EAEE2D
RGB
CMYK
RGB Variations
Color information
#EAEE2D (or 0xEAEE2D) is known color: Golden Fizz. HEX triplet: EA, EE and 2D. RGB value is (234,238,45). Sum of RGB (Red+Green+Blue) = 234+238+45=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEE2D is #1511D2. Grayscale: #D7D7D7. Windows color (decimal): -1380819 or 3010282. OLE color: 3010282.
HSL color Cylindrical-coordinate representation of color #EAEE2D: hue angle of 61.24º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAEE2D is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 45 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.07 |
| HSL | 61.24º | 0.85% | 0.55% | - |
| HSV(B) | 61.24º | 0.81% | 0.93% | - |
| XYZ | 64.98 | 78.83 | 14.27 | - |
| YUV | 214.8 | 32.17 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 45 | 0.02 | 0 | 0.81 | 0.07 | 61.24 | 0.85 | 0.55 |
| Hex | EA | EE | 2D | 2 | 0 | 51 | 7 | 3D | 55 | 37 |
| Octal | 352 | 356 | 55 | 2 | 0 | 121 | 7 | 75 | 125 | 67 |
| Binary | 11101010 | 11101110 | 101101 | 10 | 0 | 1010001 | 111 | 111101 | 1010101 | 110111 |
Color Harmonies of #EAEE2D
Complementary color
Monochromatic Colors of #EAEE2D
Black with #EAEE2D
Text Example
Text Example
White with #EAEE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEE2D; }
p { color: rgb(234,238,45); }
H1.HeaderClassName
{
color: #EAEE2D;
}
.AnyTagClassName
{
color: #EAEE2D;
}
</style>
background-color css
<style>
a { background-color: #EAEE2D; }
a { background-color: rgb(234,238,45); }
div.DivClassName
{
background-color: #EAEE2D;
}
.BgClassName
{
background-color: #EAEE2D;
}
</style>
border-color css
<style>
span { border-color: #EAEE2D; }
span { border-color: rgb(234,238,45); }
td.TdClassName
{
border-color: #EAEE2D;
}
.TagClassName
{
border-color: #EAEE2D;
}
</style>