Shades of Golden Fizz #EADD1C
Tints of Golden Fizz #EADD1C
RGB
CMYK
RGB Variations
Color information
#EADD1C (or 0xEADD1C) is known color: Golden Fizz. HEX triplet: EA, DD and 1C. RGB value is (234,221,28). Sum of RGB (Red+Green+Blue) = 234+221+28=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 28 (11.33% from 255 or 5.80% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD1C is #1522E3. Grayscale: #CBCBCB. Windows color (decimal): -1385188 or 1891818. OLE color: 1891818.
HSL color Cylindrical-coordinate representation of color #EADD1C: hue angle of 56.21º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EADD1C is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 28 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.08 |
| HSL | 56.21º | 0.83% | 0.51% | - |
| HSV(B) | 56.21º | 0.88% | 0.92% | - |
| XYZ | 60 | 69.29 | 11.31 | - |
| YUV | 202.89 | 29.31 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 28 | 0 | 0.06 | 0.88 | 0.08 | 56.21 | 0.83 | 0.51 |
| Hex | EA | DD | 1C | 0 | 6 | 58 | 8 | 38 | 53 | 33 |
| Octal | 352 | 335 | 34 | 0 | 6 | 130 | 10 | 70 | 123 | 63 |
| Binary | 11101010 | 11011101 | 11100 | 0 | 110 | 1011000 | 1000 | 111000 | 1010011 | 110011 |
Color Harmonies of #EADD1C
Complementary color
Monochromatic Colors of #EADD1C
Black with #EADD1C
Text Example
Text Example
White with #EADD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD1C; }
p { color: rgb(234,221,28); }
H1.HeaderClassName
{
color: #EADD1C;
}
.AnyTagClassName
{
color: #EADD1C;
}
</style>
background-color css
<style>
a { background-color: #EADD1C; }
a { background-color: rgb(234,221,28); }
div.DivClassName
{
background-color: #EADD1C;
}
.BgClassName
{
background-color: #EADD1C;
}
</style>
border-color css
<style>
span { border-color: #EADD1C; }
span { border-color: rgb(234,221,28); }
td.TdClassName
{
border-color: #EADD1C;
}
.TagClassName
{
border-color: #EADD1C;
}
</style>