Shades of Golden Fizz #E2DB27
Tints of Golden Fizz #E2DB27
RGB
CMYK
RGB Variations
Color information
#E2DB27 (or 0xE2DB27) is known color: Golden Fizz. HEX triplet: E2, DB and 27. RGB value is (226,219,39). Sum of RGB (Red+Green+Blue) = 226+219+39=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 39 (15.62% from 255 or 8.06% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DB27 is #1D24D8. Grayscale: #C9C9C9. Windows color (decimal): -1909977 or 2612194. OLE color: 2612194.
HSL color Cylindrical-coordinate representation of color #E2DB27: hue angle of 57.75º 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 #E2DB27 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 39 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.11 |
| HSL | 57.75º | 0.76% | 0.52% | - |
| HSV(B) | 57.75º | 0.83% | 0.89% | - |
| XYZ | 57.06 | 66.98 | 11.84 | - |
| YUV | 200.57 | 36.82 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 39 | 0 | 0.03 | 0.83 | 0.11 | 57.75 | 0.76 | 0.52 |
| Hex | E2 | DB | 27 | 0 | 3 | 53 | B | 3A | 4C | 34 |
| Octal | 342 | 333 | 47 | 0 | 3 | 123 | 13 | 72 | 114 | 64 |
| Binary | 11100010 | 11011011 | 100111 | 0 | 11 | 1010011 | 1011 | 111010 | 1001100 | 110100 |
Color Harmonies of #E2DB27
Complementary color
Monochromatic Colors of #E2DB27
Black with #E2DB27
Text Example
Text Example
White with #E2DB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB27; }
p { color: rgb(226,219,39); }
H1.HeaderClassName
{
color: #E2DB27;
}
.AnyTagClassName
{
color: #E2DB27;
}
</style>
background-color css
<style>
a { background-color: #E2DB27; }
a { background-color: rgb(226,219,39); }
div.DivClassName
{
background-color: #E2DB27;
}
.BgClassName
{
background-color: #E2DB27;
}
</style>
border-color css
<style>
span { border-color: #E2DB27; }
span { border-color: rgb(226,219,39); }
td.TdClassName
{
border-color: #E2DB27;
}
.TagClassName
{
border-color: #E2DB27;
}
</style>