Shades of Golden Fizz #EDE32B
Tints of Golden Fizz #EDE32B
RGB
CMYK
RGB Variations
Color information
#EDE32B (or 0xEDE32B) is known color: Golden Fizz. HEX triplet: ED, E3 and 2B. RGB value is (237,227,43). Sum of RGB (Red+Green+Blue) = 237+227+43=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 43 (17.19% from 255 or 8.48% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE32B is #121CD4. Grayscale: #D1D1D1. Windows color (decimal): -1187029 or 2876397. OLE color: 2876397.
HSL color Cylindrical-coordinate representation of color #EDE32B: hue angle of 56.91º 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 #EDE32B is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 43 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.07 |
| HSL | 56.91º | 0.84% | 0.55% | - |
| HSV(B) | 56.91º | 0.82% | 0.93% | - |
| XYZ | 62.83 | 73.12 | 13.09 | - |
| YUV | 209.01 | 34.31 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 43 | 0 | 0.04 | 0.82 | 0.07 | 56.91 | 0.84 | 0.55 |
| Hex | ED | E3 | 2B | 0 | 4 | 52 | 7 | 39 | 54 | 37 |
| Octal | 355 | 343 | 53 | 0 | 4 | 122 | 7 | 71 | 124 | 67 |
| Binary | 11101101 | 11100011 | 101011 | 0 | 100 | 1010010 | 111 | 111001 | 1010100 | 110111 |
Color Harmonies of #EDE32B
Complementary color
Monochromatic Colors of #EDE32B
Black with #EDE32B
Text Example
Text Example
White with #EDE32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE32B; }
p { color: rgb(237,227,43); }
H1.HeaderClassName
{
color: #EDE32B;
}
.AnyTagClassName
{
color: #EDE32B;
}
</style>
background-color css
<style>
a { background-color: #EDE32B; }
a { background-color: rgb(237,227,43); }
div.DivClassName
{
background-color: #EDE32B;
}
.BgClassName
{
background-color: #EDE32B;
}
</style>
border-color css
<style>
span { border-color: #EDE32B; }
span { border-color: rgb(237,227,43); }
td.TdClassName
{
border-color: #EDE32B;
}
.TagClassName
{
border-color: #EDE32B;
}
</style>