Shades of Golden Fizz #EADE28
Tints of Golden Fizz #EADE28
RGB
CMYK
RGB Variations
Color information
#EADE28 (or 0xEADE28) is known color: Golden Fizz. HEX triplet: EA, DE and 28. RGB value is (234,222,40). Sum of RGB (Red+Green+Blue) = 234+222+40=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE28 is #1521D7. Grayscale: #CDCDCD. Windows color (decimal): -1384920 or 2678506. OLE color: 2678506.
HSL color Cylindrical-coordinate representation of color #EADE28: hue angle of 56.29º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EADE28 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 40 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.08 |
| HSL | 56.29º | 0.82% | 0.54% | - |
| HSV(B) | 56.29º | 0.83% | 0.92% | - |
| XYZ | 60.44 | 69.89 | 12.31 | - |
| YUV | 204.84 | 34.98 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 40 | 0 | 0.05 | 0.83 | 0.08 | 56.29 | 0.82 | 0.54 |
| Hex | EA | DE | 28 | 0 | 5 | 53 | 8 | 38 | 52 | 36 |
| Octal | 352 | 336 | 50 | 0 | 5 | 123 | 10 | 70 | 122 | 66 |
| Binary | 11101010 | 11011110 | 101000 | 0 | 101 | 1010011 | 1000 | 111000 | 1010010 | 110110 |
Color Harmonies of #EADE28
Complementary color
Monochromatic Colors of #EADE28
Black with #EADE28
Text Example
Text Example
White with #EADE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE28; }
p { color: rgb(234,222,40); }
H1.HeaderClassName
{
color: #EADE28;
}
.AnyTagClassName
{
color: #EADE28;
}
</style>
background-color css
<style>
a { background-color: #EADE28; }
a { background-color: rgb(234,222,40); }
div.DivClassName
{
background-color: #EADE28;
}
.BgClassName
{
background-color: #EADE28;
}
</style>
border-color css
<style>
span { border-color: #EADE28; }
span { border-color: rgb(234,222,40); }
td.TdClassName
{
border-color: #EADE28;
}
.TagClassName
{
border-color: #EADE28;
}
</style>