Shades of Golden Fizz #EDD83C
Tints of Golden Fizz #EDD83C
RGB
CMYK
RGB Variations
Color information
#EDD83C (or 0xEDD83C) is known color: Golden Fizz. HEX triplet: ED, D8 and 3C. RGB value is (237,216,60). Sum of RGB (Red+Green+Blue) = 237+216+60=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 60 (23.83% from 255 or 11.70% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD83C is #1227C3. Grayscale: #CDCDCD. Windows color (decimal): -1189828 or 3987693. OLE color: 3987693.
HSL color Cylindrical-coordinate representation of color #EDD83C: hue angle of 52.88º 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 #EDD83C is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 60 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.07 |
| HSL | 52.88º | 0.83% | 0.58% | - |
| HSV(B) | 52.88º | 0.75% | 0.93% | - |
| XYZ | 60.3 | 67.44 | 14.11 | - |
| YUV | 204.5 | 46.46 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 60 | 0 | 0.09 | 0.75 | 0.07 | 52.88 | 0.83 | 0.58 |
| Hex | ED | D8 | 3C | 0 | 9 | 4B | 7 | 35 | 53 | 3A |
| Octal | 355 | 330 | 74 | 0 | 11 | 113 | 7 | 65 | 123 | 72 |
| Binary | 11101101 | 11011000 | 111100 | 0 | 1001 | 1001011 | 111 | 110101 | 1010011 | 111010 |
Color Harmonies of #EDD83C
Complementary color
Monochromatic Colors of #EDD83C
Black with #EDD83C
Text Example
Text Example
White with #EDD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD83C; }
p { color: rgb(237,216,60); }
H1.HeaderClassName
{
color: #EDD83C;
}
.AnyTagClassName
{
color: #EDD83C;
}
</style>
background-color css
<style>
a { background-color: #EDD83C; }
a { background-color: rgb(237,216,60); }
div.DivClassName
{
background-color: #EDD83C;
}
.BgClassName
{
background-color: #EDD83C;
}
</style>
border-color css
<style>
span { border-color: #EDD83C; }
span { border-color: rgb(237,216,60); }
td.TdClassName
{
border-color: #EDD83C;
}
.TagClassName
{
border-color: #EDD83C;
}
</style>