Shades of Golden Fizz #E6DE32
Tints of Golden Fizz #E6DE32
RGB
CMYK
RGB Variations
Color information
#E6DE32 (or 0xE6DE32) is known color: Golden Fizz. HEX triplet: E6, DE and 32. RGB value is (230,222,50). Sum of RGB (Red+Green+Blue) = 230+222+50=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DE32 is #1921CD. Grayscale: #CDCDCD. Windows color (decimal): -1647054 or 3333862. OLE color: 3333862.
HSL color Cylindrical-coordinate representation of color #E6DE32: hue angle of 57.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6DE32 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 50 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.10 |
| HSL | 57.33º | 0.78% | 0.55% | - |
| HSV(B) | 57.33º | 0.78% | 0.9% | - |
| XYZ | 59.33 | 69.3 | 13.27 | - |
| YUV | 204.78 | 40.65 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 50 | 0 | 0.03 | 0.78 | 0.10 | 57.33 | 0.78 | 0.55 |
| Hex | E6 | DE | 32 | 0 | 3 | 4E | A | 39 | 4E | 37 |
| Octal | 346 | 336 | 62 | 0 | 3 | 116 | 12 | 71 | 116 | 67 |
| Binary | 11100110 | 11011110 | 110010 | 0 | 11 | 1001110 | 1010 | 111001 | 1001110 | 110111 |
Color Harmonies of #E6DE32
Complementary color
Monochromatic Colors of #E6DE32
Black with #E6DE32
Text Example
Text Example
White with #E6DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DE32; }
p { color: rgb(230,222,50); }
H1.HeaderClassName
{
color: #E6DE32;
}
.AnyTagClassName
{
color: #E6DE32;
}
</style>
background-color css
<style>
a { background-color: #E6DE32; }
a { background-color: rgb(230,222,50); }
div.DivClassName
{
background-color: #E6DE32;
}
.BgClassName
{
background-color: #E6DE32;
}
</style>
border-color css
<style>
span { border-color: #E6DE32; }
span { border-color: rgb(230,222,50); }
td.TdClassName
{
border-color: #E6DE32;
}
.TagClassName
{
border-color: #E6DE32;
}
</style>