Shades of Golden Fizz #ECE735
Tints of Golden Fizz #ECE735
RGB
CMYK
RGB Variations
Color information
#ECE735 (or 0xECE735) is known color: Golden Fizz. HEX triplet: EC, E7 and 35. RGB value is (236,231,53). Sum of RGB (Red+Green+Blue) = 236+231+53=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 53 (21.09% from 255 or 10.19% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE735 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE735 is #1318CA. Grayscale: #D4D4D4. Windows color (decimal): -1251531 or 3532780. OLE color: 3532780.
HSL color Cylindrical-coordinate representation of color #ECE735: hue angle of 58.36º 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 #ECE735 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 53 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.07 |
| HSL | 58.36º | 0.83% | 0.57% | - |
| HSV(B) | 58.36º | 0.78% | 0.93% | - |
| XYZ | 63.81 | 75.24 | 14.53 | - |
| YUV | 212.2 | 38.16 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 53 | 0 | 0.02 | 0.78 | 0.07 | 58.36 | 0.83 | 0.57 |
| Hex | EC | E7 | 35 | 0 | 2 | 4E | 7 | 3A | 53 | 39 |
| Octal | 354 | 347 | 65 | 0 | 2 | 116 | 7 | 72 | 123 | 71 |
| Binary | 11101100 | 11100111 | 110101 | 0 | 10 | 1001110 | 111 | 111010 | 1010011 | 111001 |
Color Harmonies of #ECE735
Complementary color
Monochromatic Colors of #ECE735
Black with #ECE735
Text Example
Text Example
White with #ECE735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE735; }
p { color: rgb(236,231,53); }
H1.HeaderClassName
{
color: #ECE735;
}
.AnyTagClassName
{
color: #ECE735;
}
</style>
background-color css
<style>
a { background-color: #ECE735; }
a { background-color: rgb(236,231,53); }
div.DivClassName
{
background-color: #ECE735;
}
.BgClassName
{
background-color: #ECE735;
}
</style>
border-color css
<style>
span { border-color: #ECE735; }
span { border-color: rgb(236,231,53); }
td.TdClassName
{
border-color: #ECE735;
}
.TagClassName
{
border-color: #ECE735;
}
</style>