Shades of Golden Fizz #ECDC30
Tints of Golden Fizz #ECDC30
RGB
CMYK
RGB Variations
Color information
#ECDC30 (or 0xECDC30) is known color: Golden Fizz. HEX triplet: EC, DC and 30. RGB value is (236,220,48). Sum of RGB (Red+Green+Blue) = 236+220+48=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC30 is #1323CF. Grayscale: #CDCDCD. Windows color (decimal): -1254352 or 3202284. OLE color: 3202284.
HSL color Cylindrical-coordinate representation of color #ECDC30: hue angle of 54.89º 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 #ECDC30 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 48 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.07 |
| HSL | 54.89º | 0.83% | 0.56% | - |
| HSV(B) | 54.89º | 0.8% | 0.93% | - |
| XYZ | 60.72 | 69.23 | 12.96 | - |
| YUV | 205.18 | 39.3 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 48 | 0 | 0.07 | 0.80 | 0.07 | 54.89 | 0.83 | 0.56 |
| Hex | EC | DC | 30 | 0 | 7 | 50 | 7 | 37 | 53 | 38 |
| Octal | 354 | 334 | 60 | 0 | 7 | 120 | 7 | 67 | 123 | 70 |
| Binary | 11101100 | 11011100 | 110000 | 0 | 111 | 1010000 | 111 | 110111 | 1010011 | 111000 |
Color Harmonies of #ECDC30
Complementary color
Monochromatic Colors of #ECDC30
Black with #ECDC30
Text Example
Text Example
White with #ECDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC30; }
p { color: rgb(236,220,48); }
H1.HeaderClassName
{
color: #ECDC30;
}
.AnyTagClassName
{
color: #ECDC30;
}
</style>
background-color css
<style>
a { background-color: #ECDC30; }
a { background-color: rgb(236,220,48); }
div.DivClassName
{
background-color: #ECDC30;
}
.BgClassName
{
background-color: #ECDC30;
}
</style>
border-color css
<style>
span { border-color: #ECDC30; }
span { border-color: rgb(236,220,48); }
td.TdClassName
{
border-color: #ECDC30;
}
.TagClassName
{
border-color: #ECDC30;
}
</style>