Shades of Golden Fizz #EADD1E
Tints of Golden Fizz #EADD1E
RGB
CMYK
RGB Variations
Color information
#EADD1E (or 0xEADD1E) is known color: Golden Fizz. HEX triplet: EA, DD and 1E. RGB value is (234,221,30). Sum of RGB (Red+Green+Blue) = 234+221+30=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 30 (12.11% from 255 or 6.19% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD1E is #1522E1. Grayscale: #CBCBCB. Windows color (decimal): -1385186 or 2022890. OLE color: 2022890.
HSL color Cylindrical-coordinate representation of color #EADD1E: hue angle of 56.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EADD1E is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 30 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.08 |
| HSL | 56.18º | 0.83% | 0.52% | - |
| HSV(B) | 56.18º | 0.87% | 0.92% | - |
| XYZ | 60.02 | 69.3 | 11.44 | - |
| YUV | 203.11 | 30.31 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 30 | 0 | 0.06 | 0.87 | 0.08 | 56.18 | 0.83 | 0.52 |
| Hex | EA | DD | 1E | 0 | 6 | 57 | 8 | 38 | 53 | 34 |
| Octal | 352 | 335 | 36 | 0 | 6 | 127 | 10 | 70 | 123 | 64 |
| Binary | 11101010 | 11011101 | 11110 | 0 | 110 | 1010111 | 1000 | 111000 | 1010011 | 110100 |
Color Harmonies of #EADD1E
Complementary color
Monochromatic Colors of #EADD1E
Black with #EADD1E
Text Example
Text Example
White with #EADD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD1E; }
p { color: rgb(234,221,30); }
H1.HeaderClassName
{
color: #EADD1E;
}
.AnyTagClassName
{
color: #EADD1E;
}
</style>
background-color css
<style>
a { background-color: #EADD1E; }
a { background-color: rgb(234,221,30); }
div.DivClassName
{
background-color: #EADD1E;
}
.BgClassName
{
background-color: #EADD1E;
}
</style>
border-color css
<style>
span { border-color: #EADD1E; }
span { border-color: rgb(234,221,30); }
td.TdClassName
{
border-color: #EADD1E;
}
.TagClassName
{
border-color: #EADD1E;
}
</style>