Shades of Golden Fizz #EDD72B
Tints of Golden Fizz #EDD72B
RGB
CMYK
RGB Variations
Color information
#EDD72B (or 0xEDD72B) is known color: Golden Fizz. HEX triplet: ED, D7 and 2B. RGB value is (237,215,43). Sum of RGB (Red+Green+Blue) = 237+215+43=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 43 (17.19% from 255 or 8.69% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD72B is #1228D4. Grayscale: #CACACA. Windows color (decimal): -1190101 or 2873325. OLE color: 2873325.
HSL color Cylindrical-coordinate representation of color #EDD72B: hue angle of 53.2º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDD72B is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 43 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.07 |
| HSL | 53.2º | 0.84% | 0.55% | - |
| HSV(B) | 53.2º | 0.82% | 0.93% | - |
| XYZ | 59.66 | 66.78 | 12.03 | - |
| YUV | 201.97 | 38.29 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 43 | 0 | 0.09 | 0.82 | 0.07 | 53.2 | 0.84 | 0.55 |
| Hex | ED | D7 | 2B | 0 | 9 | 52 | 7 | 35 | 54 | 37 |
| Octal | 355 | 327 | 53 | 0 | 11 | 122 | 7 | 65 | 124 | 67 |
| Binary | 11101101 | 11010111 | 101011 | 0 | 1001 | 1010010 | 111 | 110101 | 1010100 | 110111 |
Color Harmonies of #EDD72B
Complementary color
Monochromatic Colors of #EDD72B
Black with #EDD72B
Text Example
Text Example
White with #EDD72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD72B; }
p { color: rgb(237,215,43); }
H1.HeaderClassName
{
color: #EDD72B;
}
.AnyTagClassName
{
color: #EDD72B;
}
</style>
background-color css
<style>
a { background-color: #EDD72B; }
a { background-color: rgb(237,215,43); }
div.DivClassName
{
background-color: #EDD72B;
}
.BgClassName
{
background-color: #EDD72B;
}
</style>
border-color css
<style>
span { border-color: #EDD72B; }
span { border-color: rgb(237,215,43); }
td.TdClassName
{
border-color: #EDD72B;
}
.TagClassName
{
border-color: #EDD72B;
}
</style>