Shades of Golden Fizz #E6DB2F
Tints of Golden Fizz #E6DB2F
RGB
CMYK
RGB Variations
Color information
#E6DB2F (or 0xE6DB2F) is known color: Golden Fizz. HEX triplet: E6, DB and 2F. RGB value is (230,219,47). Sum of RGB (Red+Green+Blue) = 230+219+47=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 47 (18.75% from 255 or 9.48% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DB2F is #1924D0. Grayscale: #CBCBCB. Windows color (decimal): -1647825 or 3136486. OLE color: 3136486.
HSL color Cylindrical-coordinate representation of color #E6DB2F: hue angle of 56.39º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6DB2F is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 47 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.10 |
| HSL | 56.39º | 0.79% | 0.54% | - |
| HSV(B) | 56.39º | 0.8% | 0.9% | - |
| XYZ | 58.48 | 67.69 | 12.67 | - |
| YUV | 202.68 | 40.14 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 47 | 0 | 0.05 | 0.80 | 0.10 | 56.39 | 0.79 | 0.54 |
| Hex | E6 | DB | 2F | 0 | 5 | 50 | A | 38 | 4F | 36 |
| Octal | 346 | 333 | 57 | 0 | 5 | 120 | 12 | 70 | 117 | 66 |
| Binary | 11100110 | 11011011 | 101111 | 0 | 101 | 1010000 | 1010 | 111000 | 1001111 | 110110 |
Color Harmonies of #E6DB2F
Complementary color
Monochromatic Colors of #E6DB2F
Black with #E6DB2F
Text Example
Text Example
White with #E6DB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB2F; }
p { color: rgb(230,219,47); }
H1.HeaderClassName
{
color: #E6DB2F;
}
.AnyTagClassName
{
color: #E6DB2F;
}
</style>
background-color css
<style>
a { background-color: #E6DB2F; }
a { background-color: rgb(230,219,47); }
div.DivClassName
{
background-color: #E6DB2F;
}
.BgClassName
{
background-color: #E6DB2F;
}
</style>
border-color css
<style>
span { border-color: #E6DB2F; }
span { border-color: rgb(230,219,47); }
td.TdClassName
{
border-color: #E6DB2F;
}
.TagClassName
{
border-color: #E6DB2F;
}
</style>