Shades of Golden Fizz #EED632
Tints of Golden Fizz #EED632
RGB
CMYK
RGB Variations
Color information
#EED632 (or 0xEED632) is known color: Golden Fizz. HEX triplet: EE, D6 and 32. RGB value is (238,214,50). Sum of RGB (Red+Green+Blue) = 238+214+50=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EED632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED632 is #1129CD. Grayscale: #CBCBCB. Windows color (decimal): -1124814 or 3331822. OLE color: 3331822.
HSL color Cylindrical-coordinate representation of color #EED632: hue angle of 52.34º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EED632 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 50 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.07 |
| HSL | 52.34º | 0.85% | 0.56% | - |
| HSV(B) | 52.34º | 0.79% | 0.93% | - |
| XYZ | 59.88 | 66.5 | 12.7 | - |
| YUV | 202.48 | 41.95 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 50 | 0 | 0.10 | 0.79 | 0.07 | 52.34 | 0.85 | 0.56 |
| Hex | EE | D6 | 32 | 0 | A | 4F | 7 | 34 | 55 | 38 |
| Octal | 356 | 326 | 62 | 0 | 12 | 117 | 7 | 64 | 125 | 70 |
| Binary | 11101110 | 11010110 | 110010 | 0 | 1010 | 1001111 | 111 | 110100 | 1010101 | 111000 |
Color Harmonies of #EED632
Complementary color
Monochromatic Colors of #EED632
Black with #EED632
Text Example
Text Example
White with #EED632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED632; }
p { color: rgb(238,214,50); }
H1.HeaderClassName
{
color: #EED632;
}
.AnyTagClassName
{
color: #EED632;
}
</style>
background-color css
<style>
a { background-color: #EED632; }
a { background-color: rgb(238,214,50); }
div.DivClassName
{
background-color: #EED632;
}
.BgClassName
{
background-color: #EED632;
}
</style>
border-color css
<style>
span { border-color: #EED632; }
span { border-color: rgb(238,214,50); }
td.TdClassName
{
border-color: #EED632;
}
.TagClassName
{
border-color: #EED632;
}
</style>