Shades of Golden Fizz #ECE030
Tints of Golden Fizz #ECE030
RGB
CMYK
RGB Variations
Color information
#ECE030 (or 0xECE030) is known color: Golden Fizz. HEX triplet: EC, E0 and 30. RGB value is (236,224,48). Sum of RGB (Red+Green+Blue) = 236+224+48=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 48 (19.14% from 255 or 9.45% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE030 is #131FCF. Grayscale: #D0D0D0. Windows color (decimal): -1253328 or 3203308. OLE color: 3203308.
HSL color Cylindrical-coordinate representation of color #ECE030: hue angle of 56.17º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECE030 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 48 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.07 |
| HSL | 56.17º | 0.83% | 0.56% | - |
| HSV(B) | 56.17º | 0.8% | 0.93% | - |
| XYZ | 61.78 | 71.36 | 13.31 | - |
| YUV | 207.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 48 | 0 | 0.05 | 0.80 | 0.07 | 56.17 | 0.83 | 0.56 |
| Hex | EC | E0 | 30 | 0 | 5 | 50 | 7 | 38 | 53 | 38 |
| Octal | 354 | 340 | 60 | 0 | 5 | 120 | 7 | 70 | 123 | 70 |
| Binary | 11101100 | 11100000 | 110000 | 0 | 101 | 1010000 | 111 | 111000 | 1010011 | 111000 |
Color Harmonies of #ECE030
Complementary color
Monochromatic Colors of #ECE030
Black with #ECE030
Text Example
Text Example
White with #ECE030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE030; }
p { color: rgb(236,224,48); }
H1.HeaderClassName
{
color: #ECE030;
}
.AnyTagClassName
{
color: #ECE030;
}
</style>
background-color css
<style>
a { background-color: #ECE030; }
a { background-color: rgb(236,224,48); }
div.DivClassName
{
background-color: #ECE030;
}
.BgClassName
{
background-color: #ECE030;
}
</style>
border-color css
<style>
span { border-color: #ECE030; }
span { border-color: rgb(236,224,48); }
td.TdClassName
{
border-color: #ECE030;
}
.TagClassName
{
border-color: #ECE030;
}
</style>