Shades of Golden Fizz #EADF2D
Tints of Golden Fizz #EADF2D
RGB
CMYK
RGB Variations
Color information
#EADF2D (or 0xEADF2D) is known color: Golden Fizz. HEX triplet: EA, DF and 2D. RGB value is (234,223,45). Sum of RGB (Red+Green+Blue) = 234+223+45=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF2D is #1520D2. Grayscale: #CECECE. Windows color (decimal): -1384659 or 3006442. OLE color: 3006442.
HSL color Cylindrical-coordinate representation of color #EADF2D: hue angle of 56.51º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EADF2D is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 45 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.08 |
| HSL | 56.51º | 0.82% | 0.55% | - |
| HSV(B) | 56.51º | 0.81% | 0.92% | - |
| XYZ | 60.79 | 70.46 | 12.88 | - |
| YUV | 206 | 37.14 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 45 | 0 | 0.05 | 0.81 | 0.08 | 56.51 | 0.82 | 0.55 |
| Hex | EA | DF | 2D | 0 | 5 | 51 | 8 | 39 | 52 | 37 |
| Octal | 352 | 337 | 55 | 0 | 5 | 121 | 10 | 71 | 122 | 67 |
| Binary | 11101010 | 11011111 | 101101 | 0 | 101 | 1010001 | 1000 | 111001 | 1010010 | 110111 |
Color Harmonies of #EADF2D
Complementary color
Monochromatic Colors of #EADF2D
Black with #EADF2D
Text Example
Text Example
White with #EADF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF2D; }
p { color: rgb(234,223,45); }
H1.HeaderClassName
{
color: #EADF2D;
}
.AnyTagClassName
{
color: #EADF2D;
}
</style>
background-color css
<style>
a { background-color: #EADF2D; }
a { background-color: rgb(234,223,45); }
div.DivClassName
{
background-color: #EADF2D;
}
.BgClassName
{
background-color: #EADF2D;
}
</style>
border-color css
<style>
span { border-color: #EADF2D; }
span { border-color: rgb(234,223,45); }
td.TdClassName
{
border-color: #EADF2D;
}
.TagClassName
{
border-color: #EADF2D;
}
</style>