Shades of Golden Fizz #ECE530
Tints of Golden Fizz #ECE530
RGB
CMYK
RGB Variations
Color information
#ECE530 (or 0xECE530) is known color: Golden Fizz. HEX triplet: EC, E5 and 30. RGB value is (236,229,48). Sum of RGB (Red+Green+Blue) = 236+229+48=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 48 (19.14% from 255 or 9.36% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE530 is #131ACF. Grayscale: #D3D3D3. Windows color (decimal): -1252048 or 3204588. OLE color: 3204588.
HSL color Cylindrical-coordinate representation of color #ECE530: hue angle of 57.77º 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 #ECE530 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 48 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.07 |
| HSL | 57.77º | 0.83% | 0.56% | - |
| HSV(B) | 57.77º | 0.8% | 0.93% | - |
| XYZ | 63.14 | 74.08 | 13.77 | - |
| YUV | 210.46 | 36.32 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 48 | 0 | 0.03 | 0.80 | 0.07 | 57.77 | 0.83 | 0.56 |
| Hex | EC | E5 | 30 | 0 | 3 | 50 | 7 | 3A | 53 | 38 |
| Octal | 354 | 345 | 60 | 0 | 3 | 120 | 7 | 72 | 123 | 70 |
| Binary | 11101100 | 11100101 | 110000 | 0 | 11 | 1010000 | 111 | 111010 | 1010011 | 111000 |
Color Harmonies of #ECE530
Complementary color
Monochromatic Colors of #ECE530
Black with #ECE530
Text Example
Text Example
White with #ECE530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE530; }
p { color: rgb(236,229,48); }
H1.HeaderClassName
{
color: #ECE530;
}
.AnyTagClassName
{
color: #ECE530;
}
</style>
background-color css
<style>
a { background-color: #ECE530; }
a { background-color: rgb(236,229,48); }
div.DivClassName
{
background-color: #ECE530;
}
.BgClassName
{
background-color: #ECE530;
}
</style>
border-color css
<style>
span { border-color: #ECE530; }
span { border-color: rgb(236,229,48); }
td.TdClassName
{
border-color: #ECE530;
}
.TagClassName
{
border-color: #ECE530;
}
</style>