Shades of Golden Fizz #E6DF28
Tints of Golden Fizz #E6DF28
RGB
CMYK
RGB Variations
Color information
#E6DF28 (or 0xE6DF28) is known color: Golden Fizz. HEX triplet: E6, DF and 28. RGB value is (230,223,40). Sum of RGB (Red+Green+Blue) = 230+223+40=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DF28 is #1920D7. Grayscale: #CCCCCC. Windows color (decimal): -1646808 or 2678758. OLE color: 2678758.
HSL color Cylindrical-coordinate representation of color #E6DF28: hue angle of 57.79º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6DF28 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 40 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.10 |
| HSL | 57.79º | 0.79% | 0.53% | - |
| HSV(B) | 57.79º | 0.83% | 0.9% | - |
| XYZ | 59.4 | 69.75 | 12.34 | - |
| YUV | 204.23 | 35.32 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 40 | 0 | 0.03 | 0.83 | 0.10 | 57.79 | 0.79 | 0.53 |
| Hex | E6 | DF | 28 | 0 | 3 | 53 | A | 3A | 4F | 35 |
| Octal | 346 | 337 | 50 | 0 | 3 | 123 | 12 | 72 | 117 | 65 |
| Binary | 11100110 | 11011111 | 101000 | 0 | 11 | 1010011 | 1010 | 111010 | 1001111 | 110101 |
Color Harmonies of #E6DF28
Complementary color
Monochromatic Colors of #E6DF28
Black with #E6DF28
Text Example
Text Example
White with #E6DF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF28; }
p { color: rgb(230,223,40); }
H1.HeaderClassName
{
color: #E6DF28;
}
.AnyTagClassName
{
color: #E6DF28;
}
</style>
background-color css
<style>
a { background-color: #E6DF28; }
a { background-color: rgb(230,223,40); }
div.DivClassName
{
background-color: #E6DF28;
}
.BgClassName
{
background-color: #E6DF28;
}
</style>
border-color css
<style>
span { border-color: #E6DF28; }
span { border-color: rgb(230,223,40); }
td.TdClassName
{
border-color: #E6DF28;
}
.TagClassName
{
border-color: #E6DF28;
}
</style>