Shades of Golden Fizz #EDD33B
Tints of Golden Fizz #EDD33B
RGB
CMYK
RGB Variations
Color information
#EDD33B (or 0xEDD33B) is known color: Golden Fizz. HEX triplet: ED, D3 and 3B. RGB value is (237,211,59). Sum of RGB (Red+Green+Blue) = 237+211+59=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 59 (23.44% from 255 or 11.64% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD33B is #122CC4. Grayscale: #CACACA. Windows color (decimal): -1191109 or 3920877. OLE color: 3920877.
HSL color Cylindrical-coordinate representation of color #EDD33B: hue angle of 51.24º 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 #EDD33B is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 59 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.07 |
| HSL | 51.24º | 0.83% | 0.58% | - |
| HSV(B) | 51.24º | 0.75% | 0.93% | - |
| XYZ | 59.01 | 64.91 | 13.56 | - |
| YUV | 201.45 | 47.61 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 59 | 0 | 0.11 | 0.75 | 0.07 | 51.24 | 0.83 | 0.58 |
| Hex | ED | D3 | 3B | 0 | B | 4B | 7 | 33 | 53 | 3A |
| Octal | 355 | 323 | 73 | 0 | 13 | 113 | 7 | 63 | 123 | 72 |
| Binary | 11101101 | 11010011 | 111011 | 0 | 1011 | 1001011 | 111 | 110011 | 1010011 | 111010 |
Color Harmonies of #EDD33B
Complementary color
Monochromatic Colors of #EDD33B
Black with #EDD33B
Text Example
Text Example
White with #EDD33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD33B; }
p { color: rgb(237,211,59); }
H1.HeaderClassName
{
color: #EDD33B;
}
.AnyTagClassName
{
color: #EDD33B;
}
</style>
background-color css
<style>
a { background-color: #EDD33B; }
a { background-color: rgb(237,211,59); }
div.DivClassName
{
background-color: #EDD33B;
}
.BgClassName
{
background-color: #EDD33B;
}
</style>
border-color css
<style>
span { border-color: #EDD33B; }
span { border-color: rgb(237,211,59); }
td.TdClassName
{
border-color: #EDD33B;
}
.TagClassName
{
border-color: #EDD33B;
}
</style>