Shades of Golden Fizz #EED339
Tints of Golden Fizz #EED339
RGB
CMYK
RGB Variations
Color information
#EED339 (or 0xEED339) is known color: Golden Fizz. HEX triplet: EE, D3 and 39. RGB value is (238,211,57). Sum of RGB (Red+Green+Blue) = 238+211+57=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 57 (22.66% from 255 or 11.26% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EED339 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED339 is #112CC6. Grayscale: #CACACA. Windows color (decimal): -1125575 or 3789806. OLE color: 3789806.
HSL color Cylindrical-coordinate representation of color #EED339: hue angle of 51.05º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EED339 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 57 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.07 |
| HSL | 51.05º | 0.84% | 0.58% | - |
| HSV(B) | 51.05º | 0.76% | 0.93% | - |
| XYZ | 59.29 | 65.06 | 13.3 | - |
| YUV | 201.52 | 46.45 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 57 | 0 | 0.11 | 0.76 | 0.07 | 51.05 | 0.84 | 0.58 |
| Hex | EE | D3 | 39 | 0 | B | 4C | 7 | 33 | 54 | 3A |
| Octal | 356 | 323 | 71 | 0 | 13 | 114 | 7 | 63 | 124 | 72 |
| Binary | 11101110 | 11010011 | 111001 | 0 | 1011 | 1001100 | 111 | 110011 | 1010100 | 111010 |
Color Harmonies of #EED339
Complementary color
Monochromatic Colors of #EED339
Black with #EED339
Text Example
Text Example
White with #EED339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED339; }
p { color: rgb(238,211,57); }
H1.HeaderClassName
{
color: #EED339;
}
.AnyTagClassName
{
color: #EED339;
}
</style>
background-color css
<style>
a { background-color: #EED339; }
a { background-color: rgb(238,211,57); }
div.DivClassName
{
background-color: #EED339;
}
.BgClassName
{
background-color: #EED339;
}
</style>
border-color css
<style>
span { border-color: #EED339; }
span { border-color: rgb(238,211,57); }
td.TdClassName
{
border-color: #EED339;
}
.TagClassName
{
border-color: #EED339;
}
</style>