Shades of Golden Fizz #ECE335
Tints of Golden Fizz #ECE335
RGB
CMYK
RGB Variations
Color information
#ECE335 (or 0xECE335) is known color: Golden Fizz. HEX triplet: EC, E3 and 35. RGB value is (236,227,53). Sum of RGB (Red+Green+Blue) = 236+227+53=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 53 (21.09% from 255 or 10.27% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE335 is #131CCA. Grayscale: #D2D2D2. Windows color (decimal): -1252555 or 3531756. OLE color: 3531756.
HSL color Cylindrical-coordinate representation of color #ECE335: hue angle of 57.05º degrees, saturation: 0.83, 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 #ECE335 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 53 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.07 |
| HSL | 57.05º | 0.83% | 0.57% | - |
| HSV(B) | 57.05º | 0.78% | 0.93% | - |
| XYZ | 62.7 | 73.03 | 14.16 | - |
| YUV | 209.86 | 39.48 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 53 | 0 | 0.04 | 0.78 | 0.07 | 57.05 | 0.83 | 0.57 |
| Hex | EC | E3 | 35 | 0 | 4 | 4E | 7 | 39 | 53 | 39 |
| Octal | 354 | 343 | 65 | 0 | 4 | 116 | 7 | 71 | 123 | 71 |
| Binary | 11101100 | 11100011 | 110101 | 0 | 100 | 1001110 | 111 | 111001 | 1010011 | 111001 |
Color Harmonies of #ECE335
Complementary color
Monochromatic Colors of #ECE335
Black with #ECE335
Text Example
Text Example
White with #ECE335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE335; }
p { color: rgb(236,227,53); }
H1.HeaderClassName
{
color: #ECE335;
}
.AnyTagClassName
{
color: #ECE335;
}
</style>
background-color css
<style>
a { background-color: #ECE335; }
a { background-color: rgb(236,227,53); }
div.DivClassName
{
background-color: #ECE335;
}
.BgClassName
{
background-color: #ECE335;
}
</style>
border-color css
<style>
span { border-color: #ECE335; }
span { border-color: rgb(236,227,53); }
td.TdClassName
{
border-color: #ECE335;
}
.TagClassName
{
border-color: #ECE335;
}
</style>