Shades of Golden Fizz #ECE32D
Tints of Golden Fizz #ECE32D
RGB
CMYK
RGB Variations
Color information
#ECE32D (or 0xECE32D) is known color: Golden Fizz. HEX triplet: EC, E3 and 2D. RGB value is (236,227,45). Sum of RGB (Red+Green+Blue) = 236+227+45=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 45 (17.97% from 255 or 8.86% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE32D is #131CD2. Grayscale: #D1D1D1. Windows color (decimal): -1252563 or 3007468. OLE color: 3007468.
HSL color Cylindrical-coordinate representation of color #ECE32D: hue angle of 57.17º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECE32D is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 45 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.07 |
| HSL | 57.17º | 0.83% | 0.55% | - |
| HSV(B) | 57.17º | 0.81% | 0.93% | - |
| XYZ | 62.53 | 72.96 | 13.27 | - |
| YUV | 208.94 | 35.48 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 45 | 0 | 0.04 | 0.81 | 0.07 | 57.17 | 0.83 | 0.55 |
| Hex | EC | E3 | 2D | 0 | 4 | 51 | 7 | 39 | 53 | 37 |
| Octal | 354 | 343 | 55 | 0 | 4 | 121 | 7 | 71 | 123 | 67 |
| Binary | 11101100 | 11100011 | 101101 | 0 | 100 | 1010001 | 111 | 111001 | 1010011 | 110111 |
Color Harmonies of #ECE32D
Complementary color
Monochromatic Colors of #ECE32D
Black with #ECE32D
Text Example
Text Example
White with #ECE32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE32D; }
p { color: rgb(236,227,45); }
H1.HeaderClassName
{
color: #ECE32D;
}
.AnyTagClassName
{
color: #ECE32D;
}
</style>
background-color css
<style>
a { background-color: #ECE32D; }
a { background-color: rgb(236,227,45); }
div.DivClassName
{
background-color: #ECE32D;
}
.BgClassName
{
background-color: #ECE32D;
}
</style>
border-color css
<style>
span { border-color: #ECE32D; }
span { border-color: rgb(236,227,45); }
td.TdClassName
{
border-color: #ECE32D;
}
.TagClassName
{
border-color: #ECE32D;
}
</style>