Shades of Golden Fizz #EDDF2B
Tints of Golden Fizz #EDDF2B
RGB
CMYK
RGB Variations
Color information
#EDDF2B (or 0xEDDF2B) is known color: Golden Fizz. HEX triplet: ED, DF and 2B. RGB value is (237,223,43). Sum of RGB (Red+Green+Blue) = 237+223+43=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 43 (17.19% from 255 or 8.55% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF2B is #1220D4. Grayscale: #CFCFCF. Windows color (decimal): -1188053 or 2875373. OLE color: 2875373.
HSL color Cylindrical-coordinate representation of color #EDDF2B: hue angle of 55.67º 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 #EDDF2B is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 223 | 43 | - |
CMYK | 0 | 0.06 | 0.82 | 0.07 |
HSL | 55.67º | 0.84% | 0.55% | - |
HSV(B) | 55.67º | 0.82% | 0.93% | - |
XYZ | 61.75 | 70.95 | 12.73 | - |
YUV | 206.67 | 35.64 | 149.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 43 | 0 | 0.06 | 0.82 | 0.07 | 55.67 | 0.84 | 0.55 |
Hex | ED | DF | 2B | 0 | 6 | 52 | 7 | 38 | 54 | 37 |
Octal | 355 | 337 | 53 | 0 | 6 | 122 | 7 | 70 | 124 | 67 |
Binary | 11101101 | 11011111 | 101011 | 0 | 110 | 1010010 | 111 | 111000 | 1010100 | 110111 |
Color Harmonies of #EDDF2B
Complementary color
Monochromatic Colors of #EDDF2B
Black with #EDDF2B
Text Example
Text Example
White with #EDDF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF2B; }
p { color: rgb(237,223,43); }
H1.HeaderClassName
{
color: #EDDF2B;
}
.AnyTagClassName
{
color: #EDDF2B;
}
</style>
background-color css
<style>
a { background-color: #EDDF2B; }
a { background-color: rgb(237,223,43); }
div.DivClassName
{
background-color: #EDDF2B;
}
.BgClassName
{
background-color: #EDDF2B;
}
</style>
border-color css
<style>
span { border-color: #EDDF2B; }
span { border-color: rgb(237,223,43); }
td.TdClassName
{
border-color: #EDDF2B;
}
.TagClassName
{
border-color: #EDDF2B;
}
</style>