Shades of Golden Fizz #EED72A
Tints of Golden Fizz #EED72A
RGB
CMYK
RGB Variations
Color information
#EED72A (or 0xEED72A) is known color: Golden Fizz. HEX triplet: EE, D7 and 2A. RGB value is (238,215,42). Sum of RGB (Red+Green+Blue) = 238+215+42=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 42 (16.80% from 255 or 8.48% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EED72A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED72A is #1128D5. Grayscale: #CACACA. Windows color (decimal): -1124566 or 2807790. OLE color: 2807790.
HSL color Cylindrical-coordinate representation of color #EED72A: hue angle of 52.96º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EED72A is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 42 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.07 |
| HSL | 52.96º | 0.85% | 0.55% | - |
| HSV(B) | 52.96º | 0.82% | 0.93% | - |
| XYZ | 59.98 | 66.95 | 11.95 | - |
| YUV | 202.16 | 37.62 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 42 | 0 | 0.10 | 0.82 | 0.07 | 52.96 | 0.85 | 0.55 |
| Hex | EE | D7 | 2A | 0 | A | 52 | 7 | 35 | 55 | 37 |
| Octal | 356 | 327 | 52 | 0 | 12 | 122 | 7 | 65 | 125 | 67 |
| Binary | 11101110 | 11010111 | 101010 | 0 | 1010 | 1010010 | 111 | 110101 | 1010101 | 110111 |
Color Harmonies of #EED72A
Complementary color
Monochromatic Colors of #EED72A
Black with #EED72A
Text Example
Text Example
White with #EED72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED72A; }
p { color: rgb(238,215,42); }
H1.HeaderClassName
{
color: #EED72A;
}
.AnyTagClassName
{
color: #EED72A;
}
</style>
background-color css
<style>
a { background-color: #EED72A; }
a { background-color: rgb(238,215,42); }
div.DivClassName
{
background-color: #EED72A;
}
.BgClassName
{
background-color: #EED72A;
}
</style>
border-color css
<style>
span { border-color: #EED72A; }
span { border-color: rgb(238,215,42); }
td.TdClassName
{
border-color: #EED72A;
}
.TagClassName
{
border-color: #EED72A;
}
</style>