Shades of Golden Fizz #E6DF31
Tints of Golden Fizz #E6DF31
RGB
CMYK
RGB Variations
Color information
#E6DF31 (or 0xE6DF31) is known color: Golden Fizz. HEX triplet: E6, DF and 31. RGB value is (230,223,49). Sum of RGB (Red+Green+Blue) = 230+223+49=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DF31 is #1920CE. Grayscale: #CDCDCD. Windows color (decimal): -1646799 or 3268582. OLE color: 3268582.
HSL color Cylindrical-coordinate representation of color #E6DF31: hue angle of 57.68º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6DF31 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 49 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.10 |
| HSL | 57.68º | 0.78% | 0.55% | - |
| HSV(B) | 57.68º | 0.79% | 0.9% | - |
| XYZ | 59.58 | 69.82 | 13.24 | - |
| YUV | 205.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 49 | 0 | 0.03 | 0.79 | 0.10 | 57.68 | 0.78 | 0.55 |
| Hex | E6 | DF | 31 | 0 | 3 | 4F | A | 3A | 4E | 37 |
| Octal | 346 | 337 | 61 | 0 | 3 | 117 | 12 | 72 | 116 | 67 |
| Binary | 11100110 | 11011111 | 110001 | 0 | 11 | 1001111 | 1010 | 111010 | 1001110 | 110111 |
Color Harmonies of #E6DF31
Complementary color
Monochromatic Colors of #E6DF31
Black with #E6DF31
Text Example
Text Example
White with #E6DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF31; }
p { color: rgb(230,223,49); }
H1.HeaderClassName
{
color: #E6DF31;
}
.AnyTagClassName
{
color: #E6DF31;
}
</style>
background-color css
<style>
a { background-color: #E6DF31; }
a { background-color: rgb(230,223,49); }
div.DivClassName
{
background-color: #E6DF31;
}
.BgClassName
{
background-color: #E6DF31;
}
</style>
border-color css
<style>
span { border-color: #E6DF31; }
span { border-color: rgb(230,223,49); }
td.TdClassName
{
border-color: #E6DF31;
}
.TagClassName
{
border-color: #E6DF31;
}
</style>