Shades of Golden Fizz #EDD93B
Tints of Golden Fizz #EDD93B
RGB
CMYK
RGB Variations
Color information
#EDD93B (or 0xEDD93B) is known color: Golden Fizz. HEX triplet: ED, D9 and 3B. RGB value is (237,217,59). Sum of RGB (Red+Green+Blue) = 237+217+59=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 59 (23.44% from 255 or 11.50% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD93B is #1226C4. Grayscale: #CDCDCD. Windows color (decimal): -1189573 or 3922413. OLE color: 3922413.
HSL color Cylindrical-coordinate representation of color #EDD93B: hue angle of 53.26º degrees, saturation: 0.83, 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 #EDD93B is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 59 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.07 |
| HSL | 53.26º | 0.83% | 0.58% | - |
| HSV(B) | 53.26º | 0.75% | 0.93% | - |
| XYZ | 60.53 | 67.95 | 14.06 | - |
| YUV | 204.97 | 45.63 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 59 | 0 | 0.08 | 0.75 | 0.07 | 53.26 | 0.83 | 0.58 |
| Hex | ED | D9 | 3B | 0 | 8 | 4B | 7 | 35 | 53 | 3A |
| Octal | 355 | 331 | 73 | 0 | 10 | 113 | 7 | 65 | 123 | 72 |
| Binary | 11101101 | 11011001 | 111011 | 0 | 1000 | 1001011 | 111 | 110101 | 1010011 | 111010 |
Color Harmonies of #EDD93B
Complementary color
Monochromatic Colors of #EDD93B
Black with #EDD93B
Text Example
Text Example
White with #EDD93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD93B; }
p { color: rgb(237,217,59); }
H1.HeaderClassName
{
color: #EDD93B;
}
.AnyTagClassName
{
color: #EDD93B;
}
</style>
background-color css
<style>
a { background-color: #EDD93B; }
a { background-color: rgb(237,217,59); }
div.DivClassName
{
background-color: #EDD93B;
}
.BgClassName
{
background-color: #EDD93B;
}
</style>
border-color css
<style>
span { border-color: #EDD93B; }
span { border-color: rgb(237,217,59); }
td.TdClassName
{
border-color: #EDD93B;
}
.TagClassName
{
border-color: #EDD93B;
}
</style>