Shades of Golden Fizz #EADC33
Tints of Golden Fizz #EADC33
RGB
CMYK
RGB Variations
Color information
#EADC33 (or 0xEADC33) is known color: Golden Fizz. HEX triplet: EA, DC and 33. RGB value is (234,220,51). Sum of RGB (Red+Green+Blue) = 234+220+51=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 51 (20.31% from 255 or 10.10% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC33 is #1523CC. Grayscale: #CDCDCD. Windows color (decimal): -1385421 or 3398890. OLE color: 3398890.
HSL color Cylindrical-coordinate representation of color #EADC33: hue angle of 55.41º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EADC33 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 51 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.08 |
| HSL | 55.41º | 0.81% | 0.56% | - |
| HSV(B) | 55.41º | 0.78% | 0.92% | - |
| XYZ | 60.12 | 68.92 | 13.27 | - |
| YUV | 204.92 | 41.14 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 51 | 0 | 0.06 | 0.78 | 0.08 | 55.41 | 0.81 | 0.56 |
| Hex | EA | DC | 33 | 0 | 6 | 4E | 8 | 37 | 51 | 38 |
| Octal | 352 | 334 | 63 | 0 | 6 | 116 | 10 | 67 | 121 | 70 |
| Binary | 11101010 | 11011100 | 110011 | 0 | 110 | 1001110 | 1000 | 110111 | 1010001 | 111000 |
Color Harmonies of #EADC33
Complementary color
Monochromatic Colors of #EADC33
Black with #EADC33
Text Example
Text Example
White with #EADC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC33; }
p { color: rgb(234,220,51); }
H1.HeaderClassName
{
color: #EADC33;
}
.AnyTagClassName
{
color: #EADC33;
}
</style>
background-color css
<style>
a { background-color: #EADC33; }
a { background-color: rgb(234,220,51); }
div.DivClassName
{
background-color: #EADC33;
}
.BgClassName
{
background-color: #EADC33;
}
</style>
border-color css
<style>
span { border-color: #EADC33; }
span { border-color: rgb(234,220,51); }
td.TdClassName
{
border-color: #EADC33;
}
.TagClassName
{
border-color: #EADC33;
}
</style>