Shades of Golden Fizz #ECDF30
Tints of Golden Fizz #ECDF30
RGB
CMYK
RGB Variations
Color information
#ECDF30 (or 0xECDF30) is known color: Golden Fizz. HEX triplet: EC, DF and 30. RGB value is (236,223,48). Sum of RGB (Red+Green+Blue) = 236+223+48=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF30 is #1320CF. Grayscale: #CFCFCF. Windows color (decimal): -1253584 or 3203052. OLE color: 3203052.
HSL color Cylindrical-coordinate representation of color #ECDF30: hue angle of 55.85º 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 #ECDF30 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 48 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.07 |
| HSL | 55.85º | 0.83% | 0.56% | - |
| HSV(B) | 55.85º | 0.8% | 0.93% | - |
| XYZ | 61.51 | 70.82 | 13.22 | - |
| YUV | 206.94 | 38.31 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 48 | 0 | 0.06 | 0.80 | 0.07 | 55.85 | 0.83 | 0.56 |
| Hex | EC | DF | 30 | 0 | 6 | 50 | 7 | 38 | 53 | 38 |
| Octal | 354 | 337 | 60 | 0 | 6 | 120 | 7 | 70 | 123 | 70 |
| Binary | 11101100 | 11011111 | 110000 | 0 | 110 | 1010000 | 111 | 111000 | 1010011 | 111000 |
Color Harmonies of #ECDF30
Complementary color
Monochromatic Colors of #ECDF30
Black with #ECDF30
Text Example
Text Example
White with #ECDF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF30; }
p { color: rgb(236,223,48); }
H1.HeaderClassName
{
color: #ECDF30;
}
.AnyTagClassName
{
color: #ECDF30;
}
</style>
background-color css
<style>
a { background-color: #ECDF30; }
a { background-color: rgb(236,223,48); }
div.DivClassName
{
background-color: #ECDF30;
}
.BgClassName
{
background-color: #ECDF30;
}
</style>
border-color css
<style>
span { border-color: #ECDF30; }
span { border-color: rgb(236,223,48); }
td.TdClassName
{
border-color: #ECDF30;
}
.TagClassName
{
border-color: #ECDF30;
}
</style>