Shades of Golden Fizz #E6DD28
Tints of Golden Fizz #E6DD28
RGB
CMYK
RGB Variations
Color information
#E6DD28 (or 0xE6DD28) is known color: Golden Fizz. HEX triplet: E6, DD and 28. RGB value is (230,221,40). Sum of RGB (Red+Green+Blue) = 230+221+40=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DD28 is #1922D7. Grayscale: #CBCBCB. Windows color (decimal): -1647320 or 2678246. OLE color: 2678246.
HSL color Cylindrical-coordinate representation of color #E6DD28: hue angle of 57.16º 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 #E6DD28 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 40 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.10 |
| HSL | 57.16º | 0.79% | 0.53% | - |
| HSV(B) | 57.16º | 0.83% | 0.9% | - |
| XYZ | 58.87 | 68.69 | 12.16 | - |
| YUV | 203.06 | 35.98 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 40 | 0 | 0.04 | 0.83 | 0.10 | 57.16 | 0.79 | 0.53 |
| Hex | E6 | DD | 28 | 0 | 4 | 53 | A | 39 | 4F | 35 |
| Octal | 346 | 335 | 50 | 0 | 4 | 123 | 12 | 71 | 117 | 65 |
| Binary | 11100110 | 11011101 | 101000 | 0 | 100 | 1010011 | 1010 | 111001 | 1001111 | 110101 |
Color Harmonies of #E6DD28
Complementary color
Monochromatic Colors of #E6DD28
Black with #E6DD28
Text Example
Text Example
White with #E6DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD28; }
p { color: rgb(230,221,40); }
H1.HeaderClassName
{
color: #E6DD28;
}
.AnyTagClassName
{
color: #E6DD28;
}
</style>
background-color css
<style>
a { background-color: #E6DD28; }
a { background-color: rgb(230,221,40); }
div.DivClassName
{
background-color: #E6DD28;
}
.BgClassName
{
background-color: #E6DD28;
}
</style>
border-color css
<style>
span { border-color: #E6DD28; }
span { border-color: rgb(230,221,40); }
td.TdClassName
{
border-color: #E6DD28;
}
.TagClassName
{
border-color: #E6DD28;
}
</style>