Shades of Golden Fizz #E7DA23
Tints of Golden Fizz #E7DA23
RGB
CMYK
RGB Variations
Color information
#E7DA23 (or 0xE7DA23) is known color: Golden Fizz. HEX triplet: E7, DA and 23. RGB value is (231,218,35). Sum of RGB (Red+Green+Blue) = 231+218+35=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 35 (14.06% from 255 or 7.23% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DA23 is #1825DC. Grayscale: #C9C9C9. Windows color (decimal): -1582557 or 2349799. OLE color: 2349799.
HSL color Cylindrical-coordinate representation of color #E7DA23: hue angle of 56.02º 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 #E7DA23 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 35 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.09 |
| HSL | 56.02º | 0.8% | 0.52% | - |
| HSV(B) | 56.02º | 0.85% | 0.91% | - |
| XYZ | 58.33 | 67.25 | 11.5 | - |
| YUV | 201.03 | 34.31 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 35 | 0 | 0.06 | 0.85 | 0.09 | 56.02 | 0.8 | 0.52 |
| Hex | E7 | DA | 23 | 0 | 6 | 55 | 9 | 38 | 50 | 34 |
| Octal | 347 | 332 | 43 | 0 | 6 | 125 | 11 | 70 | 120 | 64 |
| Binary | 11100111 | 11011010 | 100011 | 0 | 110 | 1010101 | 1001 | 111000 | 1010000 | 110100 |
Color Harmonies of #E7DA23
Complementary color
Monochromatic Colors of #E7DA23
Black with #E7DA23
Text Example
Text Example
White with #E7DA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DA23; }
p { color: rgb(231,218,35); }
H1.HeaderClassName
{
color: #E7DA23;
}
.AnyTagClassName
{
color: #E7DA23;
}
</style>
background-color css
<style>
a { background-color: #E7DA23; }
a { background-color: rgb(231,218,35); }
div.DivClassName
{
background-color: #E7DA23;
}
.BgClassName
{
background-color: #E7DA23;
}
</style>
border-color css
<style>
span { border-color: #E7DA23; }
span { border-color: rgb(231,218,35); }
td.TdClassName
{
border-color: #E7DA23;
}
.TagClassName
{
border-color: #E7DA23;
}
</style>