Shades of Golden Fizz #ECE81F
Tints of Golden Fizz #ECE81F
RGB
CMYK
RGB Variations
Color information
#ECE81F (or 0xECE81F) is known color: Golden Fizz. HEX triplet: EC, E8 and 1F. RGB value is (236,232,31). Sum of RGB (Red+Green+Blue) = 236+232+31=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 31 (12.5% from 255 or 6.21% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE81F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE81F is #1317E0. Grayscale: #D3D3D3. Windows color (decimal): -1251297 or 2091244. OLE color: 2091244.
HSL color Cylindrical-coordinate representation of color #ECE81F: hue angle of 58.83º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECE81F is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 31 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.07 |
| HSL | 58.83º | 0.84% | 0.52% | - |
| HSV(B) | 58.83º | 0.87% | 0.93% | - |
| XYZ | 63.7 | 75.65 | 12.54 | - |
| YUV | 210.28 | 26.83 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 31 | 0 | 0.02 | 0.87 | 0.07 | 58.83 | 0.84 | 0.52 |
| Hex | EC | E8 | 1F | 0 | 2 | 57 | 7 | 3B | 54 | 34 |
| Octal | 354 | 350 | 37 | 0 | 2 | 127 | 7 | 73 | 124 | 64 |
| Binary | 11101100 | 11101000 | 11111 | 0 | 10 | 1010111 | 111 | 111011 | 1010100 | 110100 |
Color Harmonies of #ECE81F
Complementary color
Monochromatic Colors of #ECE81F
Black with #ECE81F
Text Example
Text Example
White with #ECE81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE81F; }
p { color: rgb(236,232,31); }
H1.HeaderClassName
{
color: #ECE81F;
}
.AnyTagClassName
{
color: #ECE81F;
}
</style>
background-color css
<style>
a { background-color: #ECE81F; }
a { background-color: rgb(236,232,31); }
div.DivClassName
{
background-color: #ECE81F;
}
.BgClassName
{
background-color: #ECE81F;
}
</style>
border-color css
<style>
span { border-color: #ECE81F; }
span { border-color: rgb(236,232,31); }
td.TdClassName
{
border-color: #ECE81F;
}
.TagClassName
{
border-color: #ECE81F;
}
</style>