Shades of Golden Fizz #E9DC2F
Tints of Golden Fizz #E9DC2F
RGB
CMYK
RGB Variations
Color information
#E9DC2F (or 0xE9DC2F) is known color: Golden Fizz. HEX triplet: E9, DC and 2F. RGB value is (233,220,47). Sum of RGB (Red+Green+Blue) = 233+220+47=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DC2F is #1623D0. Grayscale: #CCCCCC. Windows color (decimal): -1450961 or 3136745. OLE color: 3136745.
HSL color Cylindrical-coordinate representation of color #E9DC2F: hue angle of 55.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9DC2F is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 47 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.09 |
| HSL | 55.81º | 0.81% | 0.55% | - |
| HSV(B) | 55.81º | 0.8% | 0.91% | - |
| XYZ | 59.71 | 68.72 | 12.81 | - |
| YUV | 204.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 47 | 0 | 0.06 | 0.80 | 0.09 | 55.81 | 0.81 | 0.55 |
| Hex | E9 | DC | 2F | 0 | 6 | 50 | 9 | 38 | 51 | 37 |
| Octal | 351 | 334 | 57 | 0 | 6 | 120 | 11 | 70 | 121 | 67 |
| Binary | 11101001 | 11011100 | 101111 | 0 | 110 | 1010000 | 1001 | 111000 | 1010001 | 110111 |
Color Harmonies of #E9DC2F
Complementary color
Monochromatic Colors of #E9DC2F
Black with #E9DC2F
Text Example
Text Example
White with #E9DC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC2F; }
p { color: rgb(233,220,47); }
H1.HeaderClassName
{
color: #E9DC2F;
}
.AnyTagClassName
{
color: #E9DC2F;
}
</style>
background-color css
<style>
a { background-color: #E9DC2F; }
a { background-color: rgb(233,220,47); }
div.DivClassName
{
background-color: #E9DC2F;
}
.BgClassName
{
background-color: #E9DC2F;
}
</style>
border-color css
<style>
span { border-color: #E9DC2F; }
span { border-color: rgb(233,220,47); }
td.TdClassName
{
border-color: #E9DC2F;
}
.TagClassName
{
border-color: #E9DC2F;
}
</style>