Shades of Golden Fizz #EADD1D
Tints of Golden Fizz #EADD1D
RGB
CMYK
RGB Variations
Color information
#EADD1D (or 0xEADD1D) is known color: Golden Fizz. HEX triplet: EA, DD and 1D. RGB value is (234,221,29). Sum of RGB (Red+Green+Blue) = 234+221+29=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD1D is #1522E2. Grayscale: #CBCBCB. Windows color (decimal): -1385187 or 1957354. OLE color: 1957354.
HSL color Cylindrical-coordinate representation of color #EADD1D: hue angle of 56.2º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EADD1D is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 29 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.08 |
| HSL | 56.2º | 0.83% | 0.52% | - |
| HSV(B) | 56.2º | 0.88% | 0.92% | - |
| XYZ | 60.01 | 69.29 | 11.37 | - |
| YUV | 203 | 29.81 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 29 | 0 | 0.06 | 0.88 | 0.08 | 56.2 | 0.83 | 0.52 |
| Hex | EA | DD | 1D | 0 | 6 | 58 | 8 | 38 | 53 | 34 |
| Octal | 352 | 335 | 35 | 0 | 6 | 130 | 10 | 70 | 123 | 64 |
| Binary | 11101010 | 11011101 | 11101 | 0 | 110 | 1011000 | 1000 | 111000 | 1010011 | 110100 |
Color Harmonies of #EADD1D
Complementary color
Monochromatic Colors of #EADD1D
Black with #EADD1D
Text Example
Text Example
White with #EADD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD1D; }
p { color: rgb(234,221,29); }
H1.HeaderClassName
{
color: #EADD1D;
}
.AnyTagClassName
{
color: #EADD1D;
}
</style>
background-color css
<style>
a { background-color: #EADD1D; }
a { background-color: rgb(234,221,29); }
div.DivClassName
{
background-color: #EADD1D;
}
.BgClassName
{
background-color: #EADD1D;
}
</style>
border-color css
<style>
span { border-color: #EADD1D; }
span { border-color: rgb(234,221,29); }
td.TdClassName
{
border-color: #EADD1D;
}
.TagClassName
{
border-color: #EADD1D;
}
</style>