Shades of Golden Fizz #EED43C
Tints of Golden Fizz #EED43C
RGB
CMYK
RGB Variations
Color information
#EED43C (or 0xEED43C) is known color: Golden Fizz. HEX triplet: EE, D4 and 3C. RGB value is (238,212,60). Sum of RGB (Red+Green+Blue) = 238+212+60=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EED43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED43C is #112BC3. Grayscale: #CBCBCB. Windows color (decimal): -1125316 or 3986670. OLE color: 3986670.
HSL color Cylindrical-coordinate representation of color #EED43C: hue angle of 51.24º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EED43C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 60 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.07 |
| HSL | 51.24º | 0.84% | 0.58% | - |
| HSV(B) | 51.24º | 0.75% | 0.93% | - |
| XYZ | 59.62 | 65.59 | 13.79 | - |
| YUV | 202.45 | 47.61 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 60 | 0 | 0.11 | 0.75 | 0.07 | 51.24 | 0.84 | 0.58 |
| Hex | EE | D4 | 3C | 0 | B | 4B | 7 | 33 | 54 | 3A |
| Octal | 356 | 324 | 74 | 0 | 13 | 113 | 7 | 63 | 124 | 72 |
| Binary | 11101110 | 11010100 | 111100 | 0 | 1011 | 1001011 | 111 | 110011 | 1010100 | 111010 |
Color Harmonies of #EED43C
Complementary color
Monochromatic Colors of #EED43C
Black with #EED43C
Text Example
Text Example
White with #EED43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED43C; }
p { color: rgb(238,212,60); }
H1.HeaderClassName
{
color: #EED43C;
}
.AnyTagClassName
{
color: #EED43C;
}
</style>
background-color css
<style>
a { background-color: #EED43C; }
a { background-color: rgb(238,212,60); }
div.DivClassName
{
background-color: #EED43C;
}
.BgClassName
{
background-color: #EED43C;
}
</style>
border-color css
<style>
span { border-color: #EED43C; }
span { border-color: rgb(238,212,60); }
td.TdClassName
{
border-color: #EED43C;
}
.TagClassName
{
border-color: #EED43C;
}
</style>