Shades of Golden Fizz #EADC2B
Tints of Golden Fizz #EADC2B
RGB
CMYK
RGB Variations
Color information
#EADC2B (or 0xEADC2B) is known color: Golden Fizz. HEX triplet: EA, DC and 2B. RGB value is (234,220,43). Sum of RGB (Red+Green+Blue) = 234+220+43=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 43 (17.19% from 255 or 8.65% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC2B is #1523D4. Grayscale: #CCCCCC. Windows color (decimal): -1385429 or 2874602. OLE color: 2874602.
HSL color Cylindrical-coordinate representation of color #EADC2B: hue angle of 55.6º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EADC2B is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 43 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.08 |
| HSL | 55.6º | 0.82% | 0.54% | - |
| HSV(B) | 55.6º | 0.82% | 0.92% | - |
| XYZ | 59.96 | 68.85 | 12.42 | - |
| YUV | 204.01 | 37.14 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 43 | 0 | 0.06 | 0.82 | 0.08 | 55.6 | 0.82 | 0.54 |
| Hex | EA | DC | 2B | 0 | 6 | 52 | 8 | 38 | 52 | 36 |
| Octal | 352 | 334 | 53 | 0 | 6 | 122 | 10 | 70 | 122 | 66 |
| Binary | 11101010 | 11011100 | 101011 | 0 | 110 | 1010010 | 1000 | 111000 | 1010010 | 110110 |
Color Harmonies of #EADC2B
Complementary color
Monochromatic Colors of #EADC2B
Black with #EADC2B
Text Example
Text Example
White with #EADC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC2B; }
p { color: rgb(234,220,43); }
H1.HeaderClassName
{
color: #EADC2B;
}
.AnyTagClassName
{
color: #EADC2B;
}
</style>
background-color css
<style>
a { background-color: #EADC2B; }
a { background-color: rgb(234,220,43); }
div.DivClassName
{
background-color: #EADC2B;
}
.BgClassName
{
background-color: #EADC2B;
}
</style>
border-color css
<style>
span { border-color: #EADC2B; }
span { border-color: rgb(234,220,43); }
td.TdClassName
{
border-color: #EADC2B;
}
.TagClassName
{
border-color: #EADC2B;
}
</style>