Shades of Golden Fizz #EDD635
Tints of Golden Fizz #EDD635
RGB
CMYK
RGB Variations
Color information
#EDD635 (or 0xEDD635) is known color: Golden Fizz. HEX triplet: ED, D6 and 35. RGB value is (237,214,53). Sum of RGB (Red+Green+Blue) = 237+214+53=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 53 (21.09% from 255 or 10.52% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD635 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD635 is #1229CA. Grayscale: #CBCBCB. Windows color (decimal): -1190347 or 3528429. OLE color: 3528429.
HSL color Cylindrical-coordinate representation of color #EDD635: hue angle of 52.5º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDD635 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 53 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.07 |
| HSL | 52.5º | 0.84% | 0.57% | - |
| HSV(B) | 52.5º | 0.78% | 0.93% | - |
| XYZ | 59.61 | 66.35 | 13.03 | - |
| YUV | 202.52 | 43.62 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 53 | 0 | 0.10 | 0.78 | 0.07 | 52.5 | 0.84 | 0.57 |
| Hex | ED | D6 | 35 | 0 | A | 4E | 7 | 34 | 54 | 39 |
| Octal | 355 | 326 | 65 | 0 | 12 | 116 | 7 | 64 | 124 | 71 |
| Binary | 11101101 | 11010110 | 110101 | 0 | 1010 | 1001110 | 111 | 110100 | 1010100 | 111001 |
Color Harmonies of #EDD635
Complementary color
Monochromatic Colors of #EDD635
Black with #EDD635
Text Example
Text Example
White with #EDD635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD635; }
p { color: rgb(237,214,53); }
H1.HeaderClassName
{
color: #EDD635;
}
.AnyTagClassName
{
color: #EDD635;
}
</style>
background-color css
<style>
a { background-color: #EDD635; }
a { background-color: rgb(237,214,53); }
div.DivClassName
{
background-color: #EDD635;
}
.BgClassName
{
background-color: #EDD635;
}
</style>
border-color css
<style>
span { border-color: #EDD635; }
span { border-color: rgb(237,214,53); }
td.TdClassName
{
border-color: #EDD635;
}
.TagClassName
{
border-color: #EDD635;
}
</style>