Shades of Golden Fizz #E2DD27
Tints of Golden Fizz #E2DD27
RGB
CMYK
RGB Variations
Color information
#E2DD27 (or 0xE2DD27) is known color: Golden Fizz. HEX triplet: E2, DD and 27. RGB value is (226,221,39). Sum of RGB (Red+Green+Blue) = 226+221+39=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 39 (15.62% from 255 or 8.02% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD27 is #1D22D8. Grayscale: #CACACA. Windows color (decimal): -1909465 or 2612706. OLE color: 2612706.
HSL color Cylindrical-coordinate representation of color #E2DD27: hue angle of 58.4º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2DD27 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 39 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.11 |
| HSL | 58.4º | 0.76% | 0.52% | - |
| HSV(B) | 58.4º | 0.83% | 0.89% | - |
| XYZ | 57.59 | 68.03 | 12.02 | - |
| YUV | 201.75 | 36.16 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 39 | 0 | 0.02 | 0.83 | 0.11 | 58.4 | 0.76 | 0.52 |
| Hex | E2 | DD | 27 | 0 | 2 | 53 | B | 3A | 4C | 34 |
| Octal | 342 | 335 | 47 | 0 | 2 | 123 | 13 | 72 | 114 | 64 |
| Binary | 11100010 | 11011101 | 100111 | 0 | 10 | 1010011 | 1011 | 111010 | 1001100 | 110100 |
Color Harmonies of #E2DD27
Complementary color
Monochromatic Colors of #E2DD27
Black with #E2DD27
Text Example
Text Example
White with #E2DD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD27; }
p { color: rgb(226,221,39); }
H1.HeaderClassName
{
color: #E2DD27;
}
.AnyTagClassName
{
color: #E2DD27;
}
</style>
background-color css
<style>
a { background-color: #E2DD27; }
a { background-color: rgb(226,221,39); }
div.DivClassName
{
background-color: #E2DD27;
}
.BgClassName
{
background-color: #E2DD27;
}
</style>
border-color css
<style>
span { border-color: #E2DD27; }
span { border-color: rgb(226,221,39); }
td.TdClassName
{
border-color: #E2DD27;
}
.TagClassName
{
border-color: #E2DD27;
}
</style>