Shades of Golden Fizz #E5DB2F
Tints of Golden Fizz #E5DB2F
RGB
CMYK
RGB Variations
Color information
#E5DB2F (or 0xE5DB2F) is known color: Golden Fizz. HEX triplet: E5, DB and 2F. RGB value is (229,219,47). Sum of RGB (Red+Green+Blue) = 229+219+47=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DB2F is #1A24D0. Grayscale: #CBCBCB. Windows color (decimal): -1713361 or 3136485. OLE color: 3136485.
HSL color Cylindrical-coordinate representation of color #E5DB2F: hue angle of 56.7º 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 #E5DB2F is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 47 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.10 |
| HSL | 56.7º | 0.78% | 0.54% | - |
| HSV(B) | 56.7º | 0.79% | 0.9% | - |
| XYZ | 58.16 | 67.53 | 12.66 | - |
| YUV | 202.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 47 | 0 | 0.04 | 0.79 | 0.10 | 56.7 | 0.78 | 0.54 |
| Hex | E5 | DB | 2F | 0 | 4 | 4F | A | 39 | 4E | 36 |
| Octal | 345 | 333 | 57 | 0 | 4 | 117 | 12 | 71 | 116 | 66 |
| Binary | 11100101 | 11011011 | 101111 | 0 | 100 | 1001111 | 1010 | 111001 | 1001110 | 110110 |
Color Harmonies of #E5DB2F
Complementary color
Monochromatic Colors of #E5DB2F
Black with #E5DB2F
Text Example
Text Example
White with #E5DB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB2F; }
p { color: rgb(229,219,47); }
H1.HeaderClassName
{
color: #E5DB2F;
}
.AnyTagClassName
{
color: #E5DB2F;
}
</style>
background-color css
<style>
a { background-color: #E5DB2F; }
a { background-color: rgb(229,219,47); }
div.DivClassName
{
background-color: #E5DB2F;
}
.BgClassName
{
background-color: #E5DB2F;
}
</style>
border-color css
<style>
span { border-color: #E5DB2F; }
span { border-color: rgb(229,219,47); }
td.TdClassName
{
border-color: #E5DB2F;
}
.TagClassName
{
border-color: #E5DB2F;
}
</style>