Shades of Golden Fizz #EED531
Tints of Golden Fizz #EED531
RGB
CMYK
RGB Variations
Color information
#EED531 (or 0xEED531) is known color: Golden Fizz. HEX triplet: EE, D5 and 31. RGB value is (238,213,49). Sum of RGB (Red+Green+Blue) = 238+213+49=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 49 (19.53% from 255 or 9.8% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EED531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED531 is #112ACE. Grayscale: #CACACA. Windows color (decimal): -1125071 or 3266030. OLE color: 3266030.
HSL color Cylindrical-coordinate representation of color #EED531: hue angle of 52.06º 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 #EED531 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 49 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.07 |
| HSL | 52.06º | 0.85% | 0.56% | - |
| HSV(B) | 52.06º | 0.79% | 0.93% | - |
| XYZ | 59.61 | 65.99 | 12.5 | - |
| YUV | 201.78 | 41.78 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 49 | 0 | 0.11 | 0.79 | 0.07 | 52.06 | 0.85 | 0.56 |
| Hex | EE | D5 | 31 | 0 | B | 4F | 7 | 34 | 55 | 38 |
| Octal | 356 | 325 | 61 | 0 | 13 | 117 | 7 | 64 | 125 | 70 |
| Binary | 11101110 | 11010101 | 110001 | 0 | 1011 | 1001111 | 111 | 110100 | 1010101 | 111000 |
Color Harmonies of #EED531
Complementary color
Monochromatic Colors of #EED531
Black with #EED531
Text Example
Text Example
White with #EED531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED531; }
p { color: rgb(238,213,49); }
H1.HeaderClassName
{
color: #EED531;
}
.AnyTagClassName
{
color: #EED531;
}
</style>
background-color css
<style>
a { background-color: #EED531; }
a { background-color: rgb(238,213,49); }
div.DivClassName
{
background-color: #EED531;
}
.BgClassName
{
background-color: #EED531;
}
</style>
border-color css
<style>
span { border-color: #EED531; }
span { border-color: rgb(238,213,49); }
td.TdClassName
{
border-color: #EED531;
}
.TagClassName
{
border-color: #EED531;
}
</style>