Shades of Golden Fizz #EDD63C
Tints of Golden Fizz #EDD63C
RGB
CMYK
RGB Variations
Color information
#EDD63C (or 0xEDD63C) is known color: Golden Fizz. HEX triplet: ED, D6 and 3C. RGB value is (237,214,60). Sum of RGB (Red+Green+Blue) = 237+214+60=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD63C is #1229C3. Grayscale: #CBCBCB. Windows color (decimal): -1190340 or 3987181. OLE color: 3987181.
HSL color Cylindrical-coordinate representation of color #EDD63C: hue angle of 52.2º 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 #EDD63C is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 60 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.07 |
| HSL | 52.2º | 0.83% | 0.58% | - |
| HSV(B) | 52.2º | 0.75% | 0.93% | - |
| XYZ | 59.79 | 66.42 | 13.94 | - |
| YUV | 203.32 | 47.12 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 60 | 0 | 0.10 | 0.75 | 0.07 | 52.2 | 0.83 | 0.58 |
| Hex | ED | D6 | 3C | 0 | A | 4B | 7 | 34 | 53 | 3A |
| Octal | 355 | 326 | 74 | 0 | 12 | 113 | 7 | 64 | 123 | 72 |
| Binary | 11101101 | 11010110 | 111100 | 0 | 1010 | 1001011 | 111 | 110100 | 1010011 | 111010 |
Color Harmonies of #EDD63C
Complementary color
Monochromatic Colors of #EDD63C
Black with #EDD63C
Text Example
Text Example
White with #EDD63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD63C; }
p { color: rgb(237,214,60); }
H1.HeaderClassName
{
color: #EDD63C;
}
.AnyTagClassName
{
color: #EDD63C;
}
</style>
background-color css
<style>
a { background-color: #EDD63C; }
a { background-color: rgb(237,214,60); }
div.DivClassName
{
background-color: #EDD63C;
}
.BgClassName
{
background-color: #EDD63C;
}
</style>
border-color css
<style>
span { border-color: #EDD63C; }
span { border-color: rgb(237,214,60); }
td.TdClassName
{
border-color: #EDD63C;
}
.TagClassName
{
border-color: #EDD63C;
}
</style>