Shades of Golden Fizz #EDD63B
Tints of Golden Fizz #EDD63B
RGB
CMYK
RGB Variations
Color information
#EDD63B (or 0xEDD63B) is known color: Golden Fizz. HEX triplet: ED, D6 and 3B. RGB value is (237,214,59). Sum of RGB (Red+Green+Blue) = 237+214+59=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 59 (23.44% from 255 or 11.57% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD63B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD63B is #1229C4. Grayscale: #CBCBCB. Windows color (decimal): -1190341 or 3921645. OLE color: 3921645.
HSL color Cylindrical-coordinate representation of color #EDD63B: hue angle of 52.25º 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 #EDD63B is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 59 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.07 |
| HSL | 52.25º | 0.83% | 0.58% | - |
| HSV(B) | 52.25º | 0.75% | 0.93% | - |
| XYZ | 59.76 | 66.41 | 13.81 | - |
| YUV | 203.21 | 46.62 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 59 | 0 | 0.10 | 0.75 | 0.07 | 52.25 | 0.83 | 0.58 |
| Hex | ED | D6 | 3B | 0 | A | 4B | 7 | 34 | 53 | 3A |
| Octal | 355 | 326 | 73 | 0 | 12 | 113 | 7 | 64 | 123 | 72 |
| Binary | 11101101 | 11010110 | 111011 | 0 | 1010 | 1001011 | 111 | 110100 | 1010011 | 111010 |
Color Harmonies of #EDD63B
Complementary color
Monochromatic Colors of #EDD63B
Black with #EDD63B
Text Example
Text Example
White with #EDD63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD63B; }
p { color: rgb(237,214,59); }
H1.HeaderClassName
{
color: #EDD63B;
}
.AnyTagClassName
{
color: #EDD63B;
}
</style>
background-color css
<style>
a { background-color: #EDD63B; }
a { background-color: rgb(237,214,59); }
div.DivClassName
{
background-color: #EDD63B;
}
.BgClassName
{
background-color: #EDD63B;
}
</style>
border-color css
<style>
span { border-color: #EDD63B; }
span { border-color: rgb(237,214,59); }
td.TdClassName
{
border-color: #EDD63B;
}
.TagClassName
{
border-color: #EDD63B;
}
</style>