Shades of Golden Fizz #EED62B
Tints of Golden Fizz #EED62B
RGB
CMYK
RGB Variations
Color information
#EED62B (or 0xEED62B) is known color: Golden Fizz. HEX triplet: EE, D6 and 2B. RGB value is (238,214,43). Sum of RGB (Red+Green+Blue) = 238+214+43=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 43 (17.19% from 255 or 8.69% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EED62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED62B is #1129D4. Grayscale: #CACACA. Windows color (decimal): -1124821 or 2873070. OLE color: 2873070.
HSL color Cylindrical-coordinate representation of color #EED62B: hue angle of 52.62º 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 #EED62B is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 43 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.07 |
| HSL | 52.62º | 0.85% | 0.55% | - |
| HSV(B) | 52.62º | 0.82% | 0.93% | - |
| XYZ | 59.74 | 66.44 | 11.96 | - |
| YUV | 201.68 | 38.45 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 43 | 0 | 0.10 | 0.82 | 0.07 | 52.62 | 0.85 | 0.55 |
| Hex | EE | D6 | 2B | 0 | A | 52 | 7 | 35 | 55 | 37 |
| Octal | 356 | 326 | 53 | 0 | 12 | 122 | 7 | 65 | 125 | 67 |
| Binary | 11101110 | 11010110 | 101011 | 0 | 1010 | 1010010 | 111 | 110101 | 1010101 | 110111 |
Color Harmonies of #EED62B
Complementary color
Monochromatic Colors of #EED62B
Black with #EED62B
Text Example
Text Example
White with #EED62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED62B; }
p { color: rgb(238,214,43); }
H1.HeaderClassName
{
color: #EED62B;
}
.AnyTagClassName
{
color: #EED62B;
}
</style>
background-color css
<style>
a { background-color: #EED62B; }
a { background-color: rgb(238,214,43); }
div.DivClassName
{
background-color: #EED62B;
}
.BgClassName
{
background-color: #EED62B;
}
</style>
border-color css
<style>
span { border-color: #EED62B; }
span { border-color: rgb(238,214,43); }
td.TdClassName
{
border-color: #EED62B;
}
.TagClassName
{
border-color: #EED62B;
}
</style>