Shades of Golden Fizz #EED735
Tints of Golden Fizz #EED735
RGB
CMYK
RGB Variations
Color information
#EED735 (or 0xEED735) is known color: Golden Fizz. HEX triplet: EE, D7 and 35. RGB value is (238,215,53). Sum of RGB (Red+Green+Blue) = 238+215+53=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 53 (21.09% from 255 or 10.47% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EED735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED735 is #1128CA. Grayscale: #CCCCCC. Windows color (decimal): -1124555 or 3528686. OLE color: 3528686.
HSL color Cylindrical-coordinate representation of color #EED735: hue angle of 52.54º degrees, saturation: 0.84, 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 #EED735 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 53 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.07 |
| HSL | 52.54º | 0.84% | 0.57% | - |
| HSV(B) | 52.54º | 0.78% | 0.93% | - |
| XYZ | 60.2 | 67.04 | 13.13 | - |
| YUV | 203.41 | 43.12 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 53 | 0 | 0.10 | 0.78 | 0.07 | 52.54 | 0.84 | 0.57 |
| Hex | EE | D7 | 35 | 0 | A | 4E | 7 | 35 | 54 | 39 |
| Octal | 356 | 327 | 65 | 0 | 12 | 116 | 7 | 65 | 124 | 71 |
| Binary | 11101110 | 11010111 | 110101 | 0 | 1010 | 1001110 | 111 | 110101 | 1010100 | 111001 |
Color Harmonies of #EED735
Complementary color
Monochromatic Colors of #EED735
Black with #EED735
Text Example
Text Example
White with #EED735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED735; }
p { color: rgb(238,215,53); }
H1.HeaderClassName
{
color: #EED735;
}
.AnyTagClassName
{
color: #EED735;
}
</style>
background-color css
<style>
a { background-color: #EED735; }
a { background-color: rgb(238,215,53); }
div.DivClassName
{
background-color: #EED735;
}
.BgClassName
{
background-color: #EED735;
}
</style>
border-color css
<style>
span { border-color: #EED735; }
span { border-color: rgb(238,215,53); }
td.TdClassName
{
border-color: #EED735;
}
.TagClassName
{
border-color: #EED735;
}
</style>