Shades of Golden Fizz #EED636
Tints of Golden Fizz #EED636
RGB
CMYK
RGB Variations
Color information
#EED636 (or 0xEED636) is known color: Golden Fizz. HEX triplet: EE, D6 and 36. RGB value is (238,214,54). Sum of RGB (Red+Green+Blue) = 238+214+54=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 54 (21.48% from 255 or 10.67% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EED636 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED636 is #1129C9. Grayscale: #CBCBCB. Windows color (decimal): -1124810 or 3593966. OLE color: 3593966.
HSL color Cylindrical-coordinate representation of color #EED636: hue angle of 52.17º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EED636 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 54 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.07 |
| HSL | 52.17º | 0.84% | 0.57% | - |
| HSV(B) | 52.17º | 0.77% | 0.93% | - |
| XYZ | 59.97 | 66.54 | 13.17 | - |
| YUV | 202.94 | 43.95 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 54 | 0 | 0.10 | 0.77 | 0.07 | 52.17 | 0.84 | 0.57 |
| Hex | EE | D6 | 36 | 0 | A | 4D | 7 | 34 | 54 | 39 |
| Octal | 356 | 326 | 66 | 0 | 12 | 115 | 7 | 64 | 124 | 71 |
| Binary | 11101110 | 11010110 | 110110 | 0 | 1010 | 1001101 | 111 | 110100 | 1010100 | 111001 |
Color Harmonies of #EED636
Complementary color
Monochromatic Colors of #EED636
Black with #EED636
Text Example
Text Example
White with #EED636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED636; }
p { color: rgb(238,214,54); }
H1.HeaderClassName
{
color: #EED636;
}
.AnyTagClassName
{
color: #EED636;
}
</style>
background-color css
<style>
a { background-color: #EED636; }
a { background-color: rgb(238,214,54); }
div.DivClassName
{
background-color: #EED636;
}
.BgClassName
{
background-color: #EED636;
}
</style>
border-color css
<style>
span { border-color: #EED636; }
span { border-color: rgb(238,214,54); }
td.TdClassName
{
border-color: #EED636;
}
.TagClassName
{
border-color: #EED636;
}
</style>