Shades of Golden Fizz #EADA33
Tints of Golden Fizz #EADA33
RGB
CMYK
RGB Variations
Color information
#EADA33 (or 0xEADA33) is known color: Golden Fizz. HEX triplet: EA, DA and 33. RGB value is (234,218,51). Sum of RGB (Red+Green+Blue) = 234+218+51=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 51 (20.31% from 255 or 10.14% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA33 is #1525CC. Grayscale: #CCCCCC. Windows color (decimal): -1385933 or 3398378. OLE color: 3398378.
HSL color Cylindrical-coordinate representation of color #EADA33: hue angle of 54.75º 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 #EADA33 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 51 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.08 |
| HSL | 54.75º | 0.81% | 0.56% | - |
| HSV(B) | 54.75º | 0.78% | 0.92% | - |
| XYZ | 59.6 | 67.87 | 13.09 | - |
| YUV | 203.75 | 41.8 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 51 | 0 | 0.07 | 0.78 | 0.08 | 54.75 | 0.81 | 0.56 |
| Hex | EA | DA | 33 | 0 | 7 | 4E | 8 | 37 | 51 | 38 |
| Octal | 352 | 332 | 63 | 0 | 7 | 116 | 10 | 67 | 121 | 70 |
| Binary | 11101010 | 11011010 | 110011 | 0 | 111 | 1001110 | 1000 | 110111 | 1010001 | 111000 |
Color Harmonies of #EADA33
Complementary color
Monochromatic Colors of #EADA33
Black with #EADA33
Text Example
Text Example
White with #EADA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA33; }
p { color: rgb(234,218,51); }
H1.HeaderClassName
{
color: #EADA33;
}
.AnyTagClassName
{
color: #EADA33;
}
</style>
background-color css
<style>
a { background-color: #EADA33; }
a { background-color: rgb(234,218,51); }
div.DivClassName
{
background-color: #EADA33;
}
.BgClassName
{
background-color: #EADA33;
}
</style>
border-color css
<style>
span { border-color: #EADA33; }
span { border-color: rgb(234,218,51); }
td.TdClassName
{
border-color: #EADA33;
}
.TagClassName
{
border-color: #EADA33;
}
</style>