Shades of Golden Fizz #EDEE34
Tints of Golden Fizz #EDEE34
RGB
CMYK
RGB Variations
Color information
#EDEE34 (or 0xEDEE34) is known color: Golden Fizz. HEX triplet: ED, EE and 34. RGB value is (237,238,52). Sum of RGB (Red+Green+Blue) = 237+238+52=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 52 (20.70% from 255 or 9.87% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEE34 is #1211CB. Grayscale: #D9D9D9. Windows color (decimal): -1184204 or 3469037. OLE color: 3469037.
HSL color Cylindrical-coordinate representation of color #EDEE34: hue angle of 60.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDEE34 is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 52 | - |
| CMYK | 0.00 | 0 | 0.78 | 0.07 |
| HSL | 60.32º | 0.85% | 0.57% | - |
| HSV(B) | 60.32º | 0.78% | 0.93% | - |
| XYZ | 66.12 | 79.4 | 15.09 | - |
| YUV | 216.5 | 35.17 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 52 | 0.00 | 0 | 0.78 | 0.07 | 60.32 | 0.85 | 0.57 |
| Hex | ED | EE | 34 | 0 | 0 | 4E | 7 | 3C | 55 | 39 |
| Octal | 355 | 356 | 64 | 0 | 0 | 116 | 7 | 74 | 125 | 71 |
| Binary | 11101101 | 11101110 | 110100 | 0 | 0 | 1001110 | 111 | 111100 | 1010101 | 111001 |
Color Harmonies of #EDEE34
Complementary color
Monochromatic Colors of #EDEE34
Black with #EDEE34
Text Example
Text Example
White with #EDEE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEE34; }
p { color: rgb(237,238,52); }
H1.HeaderClassName
{
color: #EDEE34;
}
.AnyTagClassName
{
color: #EDEE34;
}
</style>
background-color css
<style>
a { background-color: #EDEE34; }
a { background-color: rgb(237,238,52); }
div.DivClassName
{
background-color: #EDEE34;
}
.BgClassName
{
background-color: #EDEE34;
}
</style>
border-color css
<style>
span { border-color: #EDEE34; }
span { border-color: rgb(237,238,52); }
td.TdClassName
{
border-color: #EDEE34;
}
.TagClassName
{
border-color: #EDEE34;
}
</style>