Shades of Golden Fizz #E8DA35
Tints of Golden Fizz #E8DA35
RGB
CMYK
RGB Variations
Color information
#E8DA35 (or 0xE8DA35) is known color: Golden Fizz. HEX triplet: E8, DA and 35. RGB value is (232,218,53). Sum of RGB (Red+Green+Blue) = 232+218+53=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 53 (21.09% from 255 or 10.54% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DA35 is #1725CA. Grayscale: #CCCCCC. Windows color (decimal): -1517003 or 3529448. OLE color: 3529448.
HSL color Cylindrical-coordinate representation of color #E8DA35: hue angle of 55.31º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E8DA35 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 53 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.09 |
| HSL | 55.31º | 0.8% | 0.56% | - |
| HSV(B) | 55.31º | 0.77% | 0.91% | - |
| XYZ | 58.99 | 67.56 | 13.3 | - |
| YUV | 203.38 | 43.14 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 53 | 0 | 0.06 | 0.77 | 0.09 | 55.31 | 0.8 | 0.56 |
| Hex | E8 | DA | 35 | 0 | 6 | 4D | 9 | 37 | 50 | 38 |
| Octal | 350 | 332 | 65 | 0 | 6 | 115 | 11 | 67 | 120 | 70 |
| Binary | 11101000 | 11011010 | 110101 | 0 | 110 | 1001101 | 1001 | 110111 | 1010000 | 111000 |
Color Harmonies of #E8DA35
Complementary color
Monochromatic Colors of #E8DA35
Black with #E8DA35
Text Example
Text Example
White with #E8DA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA35; }
p { color: rgb(232,218,53); }
H1.HeaderClassName
{
color: #E8DA35;
}
.AnyTagClassName
{
color: #E8DA35;
}
</style>
background-color css
<style>
a { background-color: #E8DA35; }
a { background-color: rgb(232,218,53); }
div.DivClassName
{
background-color: #E8DA35;
}
.BgClassName
{
background-color: #E8DA35;
}
</style>
border-color css
<style>
span { border-color: #E8DA35; }
span { border-color: rgb(232,218,53); }
td.TdClassName
{
border-color: #E8DA35;
}
.TagClassName
{
border-color: #E8DA35;
}
</style>