Shades of Golden Fizz #E0D32B
Tints of Golden Fizz #E0D32B
RGB
CMYK
RGB Variations
Color information
#E0D32B (or 0xE0D32B) is known color: Golden Fizz. HEX triplet: E0, D3 and 2B. RGB value is (224,211,43). Sum of RGB (Red+Green+Blue) = 224+211+43=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 43 (17.19% from 255 or 9.00% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D32B is #1F2CD4. Grayscale: #C4C4C4. Windows color (decimal): -2043093 or 2872288. OLE color: 2872288.
HSL color Cylindrical-coordinate representation of color #E0D32B: hue angle of 55.69º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0D32B is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 43 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.12 |
| HSL | 55.69º | 0.74% | 0.52% | - |
| HSV(B) | 55.69º | 0.81% | 0.88% | - |
| XYZ | 54.47 | 62.61 | 11.5 | - |
| YUV | 195.74 | 41.81 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 43 | 0 | 0.06 | 0.81 | 0.12 | 55.69 | 0.74 | 0.52 |
| Hex | E0 | D3 | 2B | 0 | 6 | 51 | C | 38 | 4A | 34 |
| Octal | 340 | 323 | 53 | 0 | 6 | 121 | 14 | 70 | 112 | 64 |
| Binary | 11100000 | 11010011 | 101011 | 0 | 110 | 1010001 | 1100 | 111000 | 1001010 | 110100 |
Color Harmonies of #E0D32B
Complementary color
Monochromatic Colors of #E0D32B
Black with #E0D32B
Text Example
Text Example
White with #E0D32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D32B; }
p { color: rgb(224,211,43); }
H1.HeaderClassName
{
color: #E0D32B;
}
.AnyTagClassName
{
color: #E0D32B;
}
</style>
background-color css
<style>
a { background-color: #E0D32B; }
a { background-color: rgb(224,211,43); }
div.DivClassName
{
background-color: #E0D32B;
}
.BgClassName
{
background-color: #E0D32B;
}
</style>
border-color css
<style>
span { border-color: #E0D32B; }
span { border-color: rgb(224,211,43); }
td.TdClassName
{
border-color: #E0D32B;
}
.TagClassName
{
border-color: #E0D32B;
}
</style>