Shades of Golden Fizz #E7DB24
Tints of Golden Fizz #E7DB24
RGB
CMYK
RGB Variations
Color information
#E7DB24 (or 0xE7DB24) is known color: Golden Fizz. HEX triplet: E7, DB and 24. RGB value is (231,219,36). Sum of RGB (Red+Green+Blue) = 231+219+36=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 36 (14.45% from 255 or 7.41% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DB24 is #1824DB. Grayscale: #CACACA. Windows color (decimal): -1582300 or 2415591. OLE color: 2415591.
HSL color Cylindrical-coordinate representation of color #E7DB24: hue angle of 56.31º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7DB24 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 36 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.09 |
| HSL | 56.31º | 0.8% | 0.52% | - |
| HSV(B) | 56.31º | 0.84% | 0.91% | - |
| XYZ | 58.6 | 67.78 | 11.66 | - |
| YUV | 201.73 | 34.48 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 36 | 0 | 0.05 | 0.84 | 0.09 | 56.31 | 0.8 | 0.52 |
| Hex | E7 | DB | 24 | 0 | 5 | 54 | 9 | 38 | 50 | 34 |
| Octal | 347 | 333 | 44 | 0 | 5 | 124 | 11 | 70 | 120 | 64 |
| Binary | 11100111 | 11011011 | 100100 | 0 | 101 | 1010100 | 1001 | 111000 | 1010000 | 110100 |
Color Harmonies of #E7DB24
Complementary color
Monochromatic Colors of #E7DB24
Black with #E7DB24
Text Example
Text Example
White with #E7DB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB24; }
p { color: rgb(231,219,36); }
H1.HeaderClassName
{
color: #E7DB24;
}
.AnyTagClassName
{
color: #E7DB24;
}
</style>
background-color css
<style>
a { background-color: #E7DB24; }
a { background-color: rgb(231,219,36); }
div.DivClassName
{
background-color: #E7DB24;
}
.BgClassName
{
background-color: #E7DB24;
}
</style>
border-color css
<style>
span { border-color: #E7DB24; }
span { border-color: rgb(231,219,36); }
td.TdClassName
{
border-color: #E7DB24;
}
.TagClassName
{
border-color: #E7DB24;
}
</style>