Shades of Golden Fizz #EADF2E
Tints of Golden Fizz #EADF2E
RGB
CMYK
RGB Variations
Color information
#EADF2E (or 0xEADF2E) is known color: Golden Fizz. HEX triplet: EA, DF and 2E. RGB value is (234,223,46). Sum of RGB (Red+Green+Blue) = 234+223+46=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 46 (18.36% from 255 or 9.15% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF2E is #1520D1. Grayscale: #CECECE. Windows color (decimal): -1384658 or 3071978. OLE color: 3071978.
HSL color Cylindrical-coordinate representation of color #EADF2E: hue angle of 56.49º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EADF2E is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 46 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.08 |
| HSL | 56.49º | 0.82% | 0.55% | - |
| HSV(B) | 56.49º | 0.8% | 0.92% | - |
| XYZ | 60.81 | 70.47 | 12.98 | - |
| YUV | 206.11 | 37.64 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 46 | 0 | 0.05 | 0.80 | 0.08 | 56.49 | 0.82 | 0.55 |
| Hex | EA | DF | 2E | 0 | 5 | 50 | 8 | 38 | 52 | 37 |
| Octal | 352 | 337 | 56 | 0 | 5 | 120 | 10 | 70 | 122 | 67 |
| Binary | 11101010 | 11011111 | 101110 | 0 | 101 | 1010000 | 1000 | 111000 | 1010010 | 110111 |
Color Harmonies of #EADF2E
Complementary color
Monochromatic Colors of #EADF2E
Black with #EADF2E
Text Example
Text Example
White with #EADF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF2E; }
p { color: rgb(234,223,46); }
H1.HeaderClassName
{
color: #EADF2E;
}
.AnyTagClassName
{
color: #EADF2E;
}
</style>
background-color css
<style>
a { background-color: #EADF2E; }
a { background-color: rgb(234,223,46); }
div.DivClassName
{
background-color: #EADF2E;
}
.BgClassName
{
background-color: #EADF2E;
}
</style>
border-color css
<style>
span { border-color: #EADF2E; }
span { border-color: rgb(234,223,46); }
td.TdClassName
{
border-color: #EADF2E;
}
.TagClassName
{
border-color: #EADF2E;
}
</style>