Shades of Golden Fizz #E5DB30
Tints of Golden Fizz #E5DB30
RGB
CMYK
RGB Variations
Color information
#E5DB30 (or 0xE5DB30) is known color: Golden Fizz. HEX triplet: E5, DB and 30. RGB value is (229,219,48). Sum of RGB (Red+Green+Blue) = 229+219+48=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DB30 is #1A24CF. Grayscale: #CBCBCB. Windows color (decimal): -1713360 or 3202021. OLE color: 3202021.
HSL color Cylindrical-coordinate representation of color #E5DB30: hue angle of 56.69º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5DB30 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 48 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.10 |
| HSL | 56.69º | 0.78% | 0.54% | - |
| HSV(B) | 56.69º | 0.79% | 0.9% | - |
| XYZ | 58.18 | 67.53 | 12.77 | - |
| YUV | 202.5 | 40.81 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 48 | 0 | 0.04 | 0.79 | 0.10 | 56.69 | 0.78 | 0.54 |
| Hex | E5 | DB | 30 | 0 | 4 | 4F | A | 39 | 4E | 36 |
| Octal | 345 | 333 | 60 | 0 | 4 | 117 | 12 | 71 | 116 | 66 |
| Binary | 11100101 | 11011011 | 110000 | 0 | 100 | 1001111 | 1010 | 111001 | 1001110 | 110110 |
Color Harmonies of #E5DB30
Complementary color
Monochromatic Colors of #E5DB30
Black with #E5DB30
Text Example
Text Example
White with #E5DB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB30; }
p { color: rgb(229,219,48); }
H1.HeaderClassName
{
color: #E5DB30;
}
.AnyTagClassName
{
color: #E5DB30;
}
</style>
background-color css
<style>
a { background-color: #E5DB30; }
a { background-color: rgb(229,219,48); }
div.DivClassName
{
background-color: #E5DB30;
}
.BgClassName
{
background-color: #E5DB30;
}
</style>
border-color css
<style>
span { border-color: #E5DB30; }
span { border-color: rgb(229,219,48); }
td.TdClassName
{
border-color: #E5DB30;
}
.TagClassName
{
border-color: #E5DB30;
}
</style>