Shades of Golden Fizz #E7DD23
Tints of Golden Fizz #E7DD23
RGB
CMYK
RGB Variations
Color information
#E7DD23 (or 0xE7DD23) is known color: Golden Fizz. HEX triplet: E7, DD and 23. RGB value is (231,221,35). Sum of RGB (Red+Green+Blue) = 231+221+35=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 35 (14.06% from 255 or 7.19% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DD23 is #1822DC. Grayscale: #CBCBCB. Windows color (decimal): -1581789 or 2350567. OLE color: 2350567.
HSL color Cylindrical-coordinate representation of color #E7DD23: hue angle of 56.94º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E7DD23 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 35 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.09 |
| HSL | 56.94º | 0.8% | 0.52% | - |
| HSV(B) | 56.94º | 0.85% | 0.91% | - |
| XYZ | 59.11 | 68.82 | 11.76 | - |
| YUV | 202.79 | 33.31 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 35 | 0 | 0.04 | 0.85 | 0.09 | 56.94 | 0.8 | 0.52 |
| Hex | E7 | DD | 23 | 0 | 4 | 55 | 9 | 39 | 50 | 34 |
| Octal | 347 | 335 | 43 | 0 | 4 | 125 | 11 | 71 | 120 | 64 |
| Binary | 11100111 | 11011101 | 100011 | 0 | 100 | 1010101 | 1001 | 111001 | 1010000 | 110100 |
Color Harmonies of #E7DD23
Complementary color
Monochromatic Colors of #E7DD23
Black with #E7DD23
Text Example
Text Example
White with #E7DD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD23; }
p { color: rgb(231,221,35); }
H1.HeaderClassName
{
color: #E7DD23;
}
.AnyTagClassName
{
color: #E7DD23;
}
</style>
background-color css
<style>
a { background-color: #E7DD23; }
a { background-color: rgb(231,221,35); }
div.DivClassName
{
background-color: #E7DD23;
}
.BgClassName
{
background-color: #E7DD23;
}
</style>
border-color css
<style>
span { border-color: #E7DD23; }
span { border-color: rgb(231,221,35); }
td.TdClassName
{
border-color: #E7DD23;
}
.TagClassName
{
border-color: #E7DD23;
}
</style>