Shades of Golden Fizz #EED43B
Tints of Golden Fizz #EED43B
RGB
CMYK
RGB Variations
Color information
#EED43B (or 0xEED43B) is known color: Golden Fizz. HEX triplet: EE, D4 and 3B. RGB value is (238,212,59). Sum of RGB (Red+Green+Blue) = 238+212+59=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 59 (23.44% from 255 or 11.59% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EED43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED43B is #112BC4. Grayscale: #CACACA. Windows color (decimal): -1125317 or 3921134. OLE color: 3921134.
HSL color Cylindrical-coordinate representation of color #EED43B: hue angle of 51.28º 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 #EED43B is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 59 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.07 |
| HSL | 51.28º | 0.84% | 0.58% | - |
| HSV(B) | 51.28º | 0.75% | 0.93% | - |
| XYZ | 59.59 | 65.58 | 13.65 | - |
| YUV | 202.33 | 47.11 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 59 | 0 | 0.11 | 0.75 | 0.07 | 51.28 | 0.84 | 0.58 |
| Hex | EE | D4 | 3B | 0 | B | 4B | 7 | 33 | 54 | 3A |
| Octal | 356 | 324 | 73 | 0 | 13 | 113 | 7 | 63 | 124 | 72 |
| Binary | 11101110 | 11010100 | 111011 | 0 | 1011 | 1001011 | 111 | 110011 | 1010100 | 111010 |
Color Harmonies of #EED43B
Complementary color
Monochromatic Colors of #EED43B
Black with #EED43B
Text Example
Text Example
White with #EED43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED43B; }
p { color: rgb(238,212,59); }
H1.HeaderClassName
{
color: #EED43B;
}
.AnyTagClassName
{
color: #EED43B;
}
</style>
background-color css
<style>
a { background-color: #EED43B; }
a { background-color: rgb(238,212,59); }
div.DivClassName
{
background-color: #EED43B;
}
.BgClassName
{
background-color: #EED43B;
}
</style>
border-color css
<style>
span { border-color: #EED43B; }
span { border-color: rgb(238,212,59); }
td.TdClassName
{
border-color: #EED43B;
}
.TagClassName
{
border-color: #EED43B;
}
</style>