Shades of Golden Fizz #E9DB1F
Tints of Golden Fizz #E9DB1F
RGB
CMYK
RGB Variations
Color information
#E9DB1F (or 0xE9DB1F) is known color: Golden Fizz. HEX triplet: E9, DB and 1F. RGB value is (233,219,31). Sum of RGB (Red+Green+Blue) = 233+219+31=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 31 (12.5% from 255 or 6.42% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DB1F is #1624E0. Grayscale: #CACACA. Windows color (decimal): -1451233 or 2087913. OLE color: 2087913.
HSL color Cylindrical-coordinate representation of color #E9DB1F: hue angle of 55.84º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E9DB1F is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 31 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.09 |
| HSL | 55.84º | 0.82% | 0.52% | - |
| HSV(B) | 55.84º | 0.87% | 0.91% | - |
| XYZ | 59.18 | 68.09 | 11.32 | - |
| YUV | 201.75 | 31.64 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 31 | 0 | 0.06 | 0.87 | 0.09 | 55.84 | 0.82 | 0.52 |
| Hex | E9 | DB | 1F | 0 | 6 | 57 | 9 | 38 | 52 | 34 |
| Octal | 351 | 333 | 37 | 0 | 6 | 127 | 11 | 70 | 122 | 64 |
| Binary | 11101001 | 11011011 | 11111 | 0 | 110 | 1010111 | 1001 | 111000 | 1010010 | 110100 |
Color Harmonies of #E9DB1F
Complementary color
Monochromatic Colors of #E9DB1F
Black with #E9DB1F
Text Example
Text Example
White with #E9DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB1F; }
p { color: rgb(233,219,31); }
H1.HeaderClassName
{
color: #E9DB1F;
}
.AnyTagClassName
{
color: #E9DB1F;
}
</style>
background-color css
<style>
a { background-color: #E9DB1F; }
a { background-color: rgb(233,219,31); }
div.DivClassName
{
background-color: #E9DB1F;
}
.BgClassName
{
background-color: #E9DB1F;
}
</style>
border-color css
<style>
span { border-color: #E9DB1F; }
span { border-color: rgb(233,219,31); }
td.TdClassName
{
border-color: #E9DB1F;
}
.TagClassName
{
border-color: #E9DB1F;
}
</style>