Shades of Golden Fizz #EDE732
Tints of Golden Fizz #EDE732
RGB
CMYK
RGB Variations
Color information
#EDE732 (or 0xEDE732) is known color: Golden Fizz. HEX triplet: ED, E7 and 32. RGB value is (237,231,50). Sum of RGB (Red+Green+Blue) = 237+231+50=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 50 (19.92% from 255 or 9.65% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE732 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE732 is #1218CD. Grayscale: #D4D4D4. Windows color (decimal): -1185998 or 3336173. OLE color: 3336173.
HSL color Cylindrical-coordinate representation of color #EDE732: hue angle of 58.07º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDE732 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 50 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.07 |
| HSL | 58.07º | 0.84% | 0.56% | - |
| HSV(B) | 58.07º | 0.79% | 0.93% | - |
| XYZ | 64.08 | 75.39 | 14.19 | - |
| YUV | 212.16 | 36.49 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 50 | 0 | 0.03 | 0.79 | 0.07 | 58.07 | 0.84 | 0.56 |
| Hex | ED | E7 | 32 | 0 | 3 | 4F | 7 | 3A | 54 | 38 |
| Octal | 355 | 347 | 62 | 0 | 3 | 117 | 7 | 72 | 124 | 70 |
| Binary | 11101101 | 11100111 | 110010 | 0 | 11 | 1001111 | 111 | 111010 | 1010100 | 111000 |
Color Harmonies of #EDE732
Complementary color
Monochromatic Colors of #EDE732
Black with #EDE732
Text Example
Text Example
White with #EDE732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE732; }
p { color: rgb(237,231,50); }
H1.HeaderClassName
{
color: #EDE732;
}
.AnyTagClassName
{
color: #EDE732;
}
</style>
background-color css
<style>
a { background-color: #EDE732; }
a { background-color: rgb(237,231,50); }
div.DivClassName
{
background-color: #EDE732;
}
.BgClassName
{
background-color: #EDE732;
}
</style>
border-color css
<style>
span { border-color: #EDE732; }
span { border-color: rgb(237,231,50); }
td.TdClassName
{
border-color: #EDE732;
}
.TagClassName
{
border-color: #EDE732;
}
</style>