Shades of Golden Fizz #EADB2C
Tints of Golden Fizz #EADB2C
RGB
CMYK
RGB Variations
Color information
#EADB2C (or 0xEADB2C) is known color: Golden Fizz. HEX triplet: EA, DB and 2C. RGB value is (234,219,44). Sum of RGB (Red+Green+Blue) = 234+219+44=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 44 (17.58% from 255 or 8.85% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB2C is #1524D3. Grayscale: #CCCCCC. Windows color (decimal): -1385684 or 2939882. OLE color: 2939882.
HSL color Cylindrical-coordinate representation of color #EADB2C: hue angle of 55.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EADB2C is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 44 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.08 |
| HSL | 55.26º | 0.82% | 0.55% | - |
| HSV(B) | 55.26º | 0.81% | 0.92% | - |
| XYZ | 59.72 | 68.34 | 12.43 | - |
| YUV | 203.54 | 37.97 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 44 | 0 | 0.06 | 0.81 | 0.08 | 55.26 | 0.82 | 0.55 |
| Hex | EA | DB | 2C | 0 | 6 | 51 | 8 | 37 | 52 | 37 |
| Octal | 352 | 333 | 54 | 0 | 6 | 121 | 10 | 67 | 122 | 67 |
| Binary | 11101010 | 11011011 | 101100 | 0 | 110 | 1010001 | 1000 | 110111 | 1010010 | 110111 |
Color Harmonies of #EADB2C
Complementary color
Monochromatic Colors of #EADB2C
Black with #EADB2C
Text Example
Text Example
White with #EADB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB2C; }
p { color: rgb(234,219,44); }
H1.HeaderClassName
{
color: #EADB2C;
}
.AnyTagClassName
{
color: #EADB2C;
}
</style>
background-color css
<style>
a { background-color: #EADB2C; }
a { background-color: rgb(234,219,44); }
div.DivClassName
{
background-color: #EADB2C;
}
.BgClassName
{
background-color: #EADB2C;
}
</style>
border-color css
<style>
span { border-color: #EADB2C; }
span { border-color: rgb(234,219,44); }
td.TdClassName
{
border-color: #EADB2C;
}
.TagClassName
{
border-color: #EADB2C;
}
</style>