Shades of Golden Fizz #EDED2B
Tints of Golden Fizz #EDED2B
RGB
CMYK
RGB Variations
Color information
#EDED2B (or 0xEDED2B) is known color: Golden Fizz. HEX triplet: ED, ED and 2B. RGB value is (237,237,43). Sum of RGB (Red+Green+Blue) = 237+237+43=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 43 (17.19% from 255 or 8.32% from 517); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED2B is #1212D4. Grayscale: #D7D7D7. Windows color (decimal): -1184469 or 2878957. OLE color: 2878957.
HSL color Cylindrical-coordinate representation of color #EDED2B: hue angle of 60º 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 #EDED2B is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 237 | 43 | - |
CMYK | 0 | 0 | 0.82 | 0.07 |
HSL | 60º | 0.84% | 0.55% | - |
HSV(B) | 60º | 0.82% | 0.93% | - |
XYZ | 65.65 | 78.75 | 14.03 | - |
YUV | 214.88 | 31 | 143.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 43 | 0 | 0 | 0.82 | 0.07 | 60 | 0.84 | 0.55 |
Hex | ED | ED | 2B | 0 | 0 | 52 | 7 | 3C | 54 | 37 |
Octal | 355 | 355 | 53 | 0 | 0 | 122 | 7 | 74 | 124 | 67 |
Binary | 11101101 | 11101101 | 101011 | 0 | 0 | 1010010 | 111 | 111100 | 1010100 | 110111 |
Color Harmonies of #EDED2B
Complementary color
Monochromatic Colors of #EDED2B
Black with #EDED2B
Text Example
Text Example
White with #EDED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED2B; }
p { color: rgb(237,237,43); }
H1.HeaderClassName
{
color: #EDED2B;
}
.AnyTagClassName
{
color: #EDED2B;
}
</style>
background-color css
<style>
a { background-color: #EDED2B; }
a { background-color: rgb(237,237,43); }
div.DivClassName
{
background-color: #EDED2B;
}
.BgClassName
{
background-color: #EDED2B;
}
</style>
border-color css
<style>
span { border-color: #EDED2B; }
span { border-color: rgb(237,237,43); }
td.TdClassName
{
border-color: #EDED2B;
}
.TagClassName
{
border-color: #EDED2B;
}
</style>