Shades of Golden Fizz #EDEB32
Tints of Golden Fizz #EDEB32
RGB
CMYK
RGB Variations
Color information
#EDEB32 (or 0xEDEB32) is known color: Golden Fizz. HEX triplet: ED, EB and 32. RGB value is (237,235,50). Sum of RGB (Red+Green+Blue) = 237+235+50=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 50 (19.92% from 255 or 9.58% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEB32 is #1214CD. Grayscale: #D7D7D7. Windows color (decimal): -1184974 or 3337197. OLE color: 3337197.
HSL color Cylindrical-coordinate representation of color #EDEB32: hue angle of 59.36º 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 #EDEB32 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 50 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.07 |
| HSL | 59.36º | 0.84% | 0.56% | - |
| HSV(B) | 59.36º | 0.79% | 0.93% | - |
| XYZ | 65.21 | 77.65 | 14.57 | - |
| YUV | 214.51 | 35.16 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 50 | 0 | 0.01 | 0.79 | 0.07 | 59.36 | 0.84 | 0.56 |
| Hex | ED | EB | 32 | 0 | 1 | 4F | 7 | 3B | 54 | 38 |
| Octal | 355 | 353 | 62 | 0 | 1 | 117 | 7 | 73 | 124 | 70 |
| Binary | 11101101 | 11101011 | 110010 | 0 | 1 | 1001111 | 111 | 111011 | 1010100 | 111000 |
Color Harmonies of #EDEB32
Complementary color
Monochromatic Colors of #EDEB32
Black with #EDEB32
Text Example
Text Example
White with #EDEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEB32; }
p { color: rgb(237,235,50); }
H1.HeaderClassName
{
color: #EDEB32;
}
.AnyTagClassName
{
color: #EDEB32;
}
</style>
background-color css
<style>
a { background-color: #EDEB32; }
a { background-color: rgb(237,235,50); }
div.DivClassName
{
background-color: #EDEB32;
}
.BgClassName
{
background-color: #EDEB32;
}
</style>
border-color css
<style>
span { border-color: #EDEB32; }
span { border-color: rgb(237,235,50); }
td.TdClassName
{
border-color: #EDEB32;
}
.TagClassName
{
border-color: #EDEB32;
}
</style>