Shades of Golden Fizz #ECEA30
Tints of Golden Fizz #ECEA30
RGB
CMYK
RGB Variations
Color information
#ECEA30 (or 0xECEA30) is known color: Golden Fizz. HEX triplet: EC, EA and 30. RGB value is (236,234,48). Sum of RGB (Red+Green+Blue) = 236+234+48=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 48 (19.14% from 255 or 9.27% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA30 is #1315CF. Grayscale: #D6D6D6. Windows color (decimal): -1250768 or 3205868. OLE color: 3205868.
HSL color Cylindrical-coordinate representation of color #ECEA30: hue angle of 59.36º 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 #ECEA30 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 48 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.07 |
| HSL | 59.36º | 0.83% | 0.56% | - |
| HSV(B) | 59.36º | 0.8% | 0.93% | - |
| XYZ | 64.55 | 76.89 | 14.24 | - |
| YUV | 213.39 | 34.66 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 48 | 0 | 0.01 | 0.80 | 0.07 | 59.36 | 0.83 | 0.56 |
| Hex | EC | EA | 30 | 0 | 1 | 50 | 7 | 3B | 53 | 38 |
| Octal | 354 | 352 | 60 | 0 | 1 | 120 | 7 | 73 | 123 | 70 |
| Binary | 11101100 | 11101010 | 110000 | 0 | 1 | 1010000 | 111 | 111011 | 1010011 | 111000 |
Color Harmonies of #ECEA30
Complementary color
Monochromatic Colors of #ECEA30
Black with #ECEA30
Text Example
Text Example
White with #ECEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA30; }
p { color: rgb(236,234,48); }
H1.HeaderClassName
{
color: #ECEA30;
}
.AnyTagClassName
{
color: #ECEA30;
}
</style>
background-color css
<style>
a { background-color: #ECEA30; }
a { background-color: rgb(236,234,48); }
div.DivClassName
{
background-color: #ECEA30;
}
.BgClassName
{
background-color: #ECEA30;
}
</style>
border-color css
<style>
span { border-color: #ECEA30; }
span { border-color: rgb(236,234,48); }
td.TdClassName
{
border-color: #ECEA30;
}
.TagClassName
{
border-color: #ECEA30;
}
</style>