Shades of Golden Fizz #ECE023
Tints of Golden Fizz #ECE023
RGB
CMYK
RGB Variations
Color information
#ECE023 (or 0xECE023) is known color: Golden Fizz. HEX triplet: EC, E0 and 23. RGB value is (236,224,35). Sum of RGB (Red+Green+Blue) = 236+224+35=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 35 (14.06% from 255 or 7.07% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE023 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE023 is #131FDC. Grayscale: #CECECE. Windows color (decimal): -1253341 or 2351340. OLE color: 2351340.
HSL color Cylindrical-coordinate representation of color #ECE023: hue angle of 56.42º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECE023 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 35 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.07 |
| HSL | 56.42º | 0.84% | 0.53% | - |
| HSV(B) | 56.42º | 0.85% | 0.93% | - |
| XYZ | 61.55 | 71.27 | 12.1 | - |
| YUV | 206.04 | 31.48 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 35 | 0 | 0.05 | 0.85 | 0.07 | 56.42 | 0.84 | 0.53 |
| Hex | EC | E0 | 23 | 0 | 5 | 55 | 7 | 38 | 54 | 35 |
| Octal | 354 | 340 | 43 | 0 | 5 | 125 | 7 | 70 | 124 | 65 |
| Binary | 11101100 | 11100000 | 100011 | 0 | 101 | 1010101 | 111 | 111000 | 1010100 | 110101 |
Color Harmonies of #ECE023
Complementary color
Monochromatic Colors of #ECE023
Black with #ECE023
Text Example
Text Example
White with #ECE023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE023; }
p { color: rgb(236,224,35); }
H1.HeaderClassName
{
color: #ECE023;
}
.AnyTagClassName
{
color: #ECE023;
}
</style>
background-color css
<style>
a { background-color: #ECE023; }
a { background-color: rgb(236,224,35); }
div.DivClassName
{
background-color: #ECE023;
}
.BgClassName
{
background-color: #ECE023;
}
</style>
border-color css
<style>
span { border-color: #ECE023; }
span { border-color: rgb(236,224,35); }
td.TdClassName
{
border-color: #ECE023;
}
.TagClassName
{
border-color: #ECE023;
}
</style>