Shades of Golden Fizz #EEDD30
Tints of Golden Fizz #EEDD30
RGB
CMYK
RGB Variations
Color information
#EEDD30 (or 0xEEDD30) is known color: Golden Fizz. HEX triplet: EE, DD and 30. RGB value is (238,221,48). Sum of RGB (Red+Green+Blue) = 238+221+48=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD30 is #1122CF. Grayscale: #CFCFCF. Windows color (decimal): -1123024 or 3202542. OLE color: 3202542.
HSL color Cylindrical-coordinate representation of color #EEDD30: hue angle of 54.63º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEDD30 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 48 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.07 |
| HSL | 54.63º | 0.85% | 0.56% | - |
| HSV(B) | 54.63º | 0.8% | 0.93% | - |
| XYZ | 61.65 | 70.1 | 13.08 | - |
| YUV | 206.36 | 38.63 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 48 | 0 | 0.07 | 0.80 | 0.07 | 54.63 | 0.85 | 0.56 |
| Hex | EE | DD | 30 | 0 | 7 | 50 | 7 | 37 | 55 | 38 |
| Octal | 356 | 335 | 60 | 0 | 7 | 120 | 7 | 67 | 125 | 70 |
| Binary | 11101110 | 11011101 | 110000 | 0 | 111 | 1010000 | 111 | 110111 | 1010101 | 111000 |
Color Harmonies of #EEDD30
Complementary color
Monochromatic Colors of #EEDD30
Black with #EEDD30
Text Example
Text Example
White with #EEDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD30; }
p { color: rgb(238,221,48); }
H1.HeaderClassName
{
color: #EEDD30;
}
.AnyTagClassName
{
color: #EEDD30;
}
</style>
background-color css
<style>
a { background-color: #EEDD30; }
a { background-color: rgb(238,221,48); }
div.DivClassName
{
background-color: #EEDD30;
}
.BgClassName
{
background-color: #EEDD30;
}
</style>
border-color css
<style>
span { border-color: #EEDD30; }
span { border-color: rgb(238,221,48); }
td.TdClassName
{
border-color: #EEDD30;
}
.TagClassName
{
border-color: #EEDD30;
}
</style>