Shades of Golden Fizz #EDE33B
Tints of Golden Fizz #EDE33B
RGB
CMYK
RGB Variations
Color information
#EDE33B (or 0xEDE33B) is known color: Golden Fizz. HEX triplet: ED, E3 and 3B. RGB value is (237,227,59). Sum of RGB (Red+Green+Blue) = 237+227+59=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 59 (23.44% from 255 or 11.28% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE33B is #121CC4. Grayscale: #D3D3D3. Windows color (decimal): -1187013 or 3924973. OLE color: 3924973.
HSL color Cylindrical-coordinate representation of color #EDE33B: hue angle of 56.63º 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 #EDE33B is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 59 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.07 |
| HSL | 56.63º | 0.83% | 0.58% | - |
| HSV(B) | 56.63º | 0.75% | 0.93% | - |
| XYZ | 63.18 | 73.26 | 14.95 | - |
| YUV | 210.84 | 42.31 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 59 | 0 | 0.04 | 0.75 | 0.07 | 56.63 | 0.83 | 0.58 |
| Hex | ED | E3 | 3B | 0 | 4 | 4B | 7 | 39 | 53 | 3A |
| Octal | 355 | 343 | 73 | 0 | 4 | 113 | 7 | 71 | 123 | 72 |
| Binary | 11101101 | 11100011 | 111011 | 0 | 100 | 1001011 | 111 | 111001 | 1010011 | 111010 |
Color Harmonies of #EDE33B
Complementary color
Monochromatic Colors of #EDE33B
Black with #EDE33B
Text Example
Text Example
White with #EDE33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE33B; }
p { color: rgb(237,227,59); }
H1.HeaderClassName
{
color: #EDE33B;
}
.AnyTagClassName
{
color: #EDE33B;
}
</style>
background-color css
<style>
a { background-color: #EDE33B; }
a { background-color: rgb(237,227,59); }
div.DivClassName
{
background-color: #EDE33B;
}
.BgClassName
{
background-color: #EDE33B;
}
</style>
border-color css
<style>
span { border-color: #EDE33B; }
span { border-color: rgb(237,227,59); }
td.TdClassName
{
border-color: #EDE33B;
}
.TagClassName
{
border-color: #EDE33B;
}
</style>