Shades of Golden Fizz #EADD28
Tints of Golden Fizz #EADD28
RGB
CMYK
RGB Variations
Color information
#EADD28 (or 0xEADD28) is known color: Golden Fizz. HEX triplet: EA, DD and 28. RGB value is (234,221,40). Sum of RGB (Red+Green+Blue) = 234+221+40=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 40 (16.02% from 255 or 8.08% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD28 is #1522D7. Grayscale: #CCCCCC. Windows color (decimal): -1385176 or 2678250. OLE color: 2678250.
HSL color Cylindrical-coordinate representation of color #EADD28: hue angle of 55.98º 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 #EADD28 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 40 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.08 |
| HSL | 55.98º | 0.82% | 0.54% | - |
| HSV(B) | 55.98º | 0.83% | 0.92% | - |
| XYZ | 60.17 | 69.36 | 12.22 | - |
| YUV | 204.25 | 35.31 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 40 | 0 | 0.06 | 0.83 | 0.08 | 55.98 | 0.82 | 0.54 |
| Hex | EA | DD | 28 | 0 | 6 | 53 | 8 | 38 | 52 | 36 |
| Octal | 352 | 335 | 50 | 0 | 6 | 123 | 10 | 70 | 122 | 66 |
| Binary | 11101010 | 11011101 | 101000 | 0 | 110 | 1010011 | 1000 | 111000 | 1010010 | 110110 |
Color Harmonies of #EADD28
Complementary color
Monochromatic Colors of #EADD28
Black with #EADD28
Text Example
Text Example
White with #EADD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD28; }
p { color: rgb(234,221,40); }
H1.HeaderClassName
{
color: #EADD28;
}
.AnyTagClassName
{
color: #EADD28;
}
</style>
background-color css
<style>
a { background-color: #EADD28; }
a { background-color: rgb(234,221,40); }
div.DivClassName
{
background-color: #EADD28;
}
.BgClassName
{
background-color: #EADD28;
}
</style>
border-color css
<style>
span { border-color: #EADD28; }
span { border-color: rgb(234,221,40); }
td.TdClassName
{
border-color: #EADD28;
}
.TagClassName
{
border-color: #EADD28;
}
</style>