Shades of Golden Fizz #E6DF32
Tints of Golden Fizz #E6DF32
RGB
CMYK
RGB Variations
Color information
#E6DF32 (or 0xE6DF32) is known color: Golden Fizz. HEX triplet: E6, DF and 32. RGB value is (230,223,50). Sum of RGB (Red+Green+Blue) = 230+223+50=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DF32 is #1920CD. Grayscale: #CECECE. Windows color (decimal): -1646798 or 3334118. OLE color: 3334118.
HSL color Cylindrical-coordinate representation of color #E6DF32: hue angle of 57.67º 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 #E6DF32 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 50 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.10 |
| HSL | 57.67º | 0.78% | 0.55% | - |
| HSV(B) | 57.67º | 0.78% | 0.9% | - |
| XYZ | 59.6 | 69.83 | 13.35 | - |
| YUV | 205.37 | 40.32 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 50 | 0 | 0.03 | 0.78 | 0.10 | 57.67 | 0.78 | 0.55 |
| Hex | E6 | DF | 32 | 0 | 3 | 4E | A | 3A | 4E | 37 |
| Octal | 346 | 337 | 62 | 0 | 3 | 116 | 12 | 72 | 116 | 67 |
| Binary | 11100110 | 11011111 | 110010 | 0 | 11 | 1001110 | 1010 | 111010 | 1001110 | 110111 |
Color Harmonies of #E6DF32
Complementary color
Monochromatic Colors of #E6DF32
Black with #E6DF32
Text Example
Text Example
White with #E6DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF32; }
p { color: rgb(230,223,50); }
H1.HeaderClassName
{
color: #E6DF32;
}
.AnyTagClassName
{
color: #E6DF32;
}
</style>
background-color css
<style>
a { background-color: #E6DF32; }
a { background-color: rgb(230,223,50); }
div.DivClassName
{
background-color: #E6DF32;
}
.BgClassName
{
background-color: #E6DF32;
}
</style>
border-color css
<style>
span { border-color: #E6DF32; }
span { border-color: rgb(230,223,50); }
td.TdClassName
{
border-color: #E6DF32;
}
.TagClassName
{
border-color: #E6DF32;
}
</style>