Shades of Golden Fizz #E8DD1B
Tints of Golden Fizz #E8DD1B
RGB
CMYK
RGB Variations
Color information
#E8DD1B (or 0xE8DD1B) is known color: Golden Fizz. HEX triplet: E8, DD and 1B. RGB value is (232,221,27). Sum of RGB (Red+Green+Blue) = 232+221+27=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 27 (10.94% from 255 or 5.62% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DD1B is #1722E4. Grayscale: #CACACA. Windows color (decimal): -1516261 or 1826280. OLE color: 1826280.
HSL color Cylindrical-coordinate representation of color #E8DD1B: hue angle of 56.78º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8DD1B is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 27 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.09 |
| HSL | 56.78º | 0.82% | 0.51% | - |
| HSV(B) | 56.78º | 0.88% | 0.91% | - |
| XYZ | 59.33 | 68.95 | 11.22 | - |
| YUV | 202.17 | 29.14 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 27 | 0 | 0.05 | 0.88 | 0.09 | 56.78 | 0.82 | 0.51 |
| Hex | E8 | DD | 1B | 0 | 5 | 58 | 9 | 39 | 52 | 33 |
| Octal | 350 | 335 | 33 | 0 | 5 | 130 | 11 | 71 | 122 | 63 |
| Binary | 11101000 | 11011101 | 11011 | 0 | 101 | 1011000 | 1001 | 111001 | 1010010 | 110011 |
Color Harmonies of #E8DD1B
Complementary color
Monochromatic Colors of #E8DD1B
Black with #E8DD1B
Text Example
Text Example
White with #E8DD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DD1B; }
p { color: rgb(232,221,27); }
H1.HeaderClassName
{
color: #E8DD1B;
}
.AnyTagClassName
{
color: #E8DD1B;
}
</style>
background-color css
<style>
a { background-color: #E8DD1B; }
a { background-color: rgb(232,221,27); }
div.DivClassName
{
background-color: #E8DD1B;
}
.BgClassName
{
background-color: #E8DD1B;
}
</style>
border-color css
<style>
span { border-color: #E8DD1B; }
span { border-color: rgb(232,221,27); }
td.TdClassName
{
border-color: #E8DD1B;
}
.TagClassName
{
border-color: #E8DD1B;
}
</style>