Shades of Golden Fizz #E7DB25
Tints of Golden Fizz #E7DB25
RGB
CMYK
RGB Variations
Color information
#E7DB25 (or 0xE7DB25) is known color: Golden Fizz. HEX triplet: E7, DB and 25. RGB value is (231,219,37). Sum of RGB (Red+Green+Blue) = 231+219+37=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DB25 is #1824DA. Grayscale: #CACACA. Windows color (decimal): -1582299 or 2481127. OLE color: 2481127.
HSL color Cylindrical-coordinate representation of color #E7DB25: hue angle of 56.29º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7DB25 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 37 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.09 |
| HSL | 56.29º | 0.8% | 0.53% | - |
| HSV(B) | 56.29º | 0.84% | 0.91% | - |
| XYZ | 58.62 | 67.79 | 11.74 | - |
| YUV | 201.84 | 34.98 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 37 | 0 | 0.05 | 0.84 | 0.09 | 56.29 | 0.8 | 0.53 |
| Hex | E7 | DB | 25 | 0 | 5 | 54 | 9 | 38 | 50 | 35 |
| Octal | 347 | 333 | 45 | 0 | 5 | 124 | 11 | 70 | 120 | 65 |
| Binary | 11100111 | 11011011 | 100101 | 0 | 101 | 1010100 | 1001 | 111000 | 1010000 | 110101 |
Color Harmonies of #E7DB25
Complementary color
Monochromatic Colors of #E7DB25
Black with #E7DB25
Text Example
Text Example
White with #E7DB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB25; }
p { color: rgb(231,219,37); }
H1.HeaderClassName
{
color: #E7DB25;
}
.AnyTagClassName
{
color: #E7DB25;
}
</style>
background-color css
<style>
a { background-color: #E7DB25; }
a { background-color: rgb(231,219,37); }
div.DivClassName
{
background-color: #E7DB25;
}
.BgClassName
{
background-color: #E7DB25;
}
</style>
border-color css
<style>
span { border-color: #E7DB25; }
span { border-color: rgb(231,219,37); }
td.TdClassName
{
border-color: #E7DB25;
}
.TagClassName
{
border-color: #E7DB25;
}
</style>