Shades of Golden Fizz #ECE630
Tints of Golden Fizz #ECE630
RGB
CMYK
RGB Variations
Color information
#ECE630 (or 0xECE630) is known color: Golden Fizz. HEX triplet: EC, E6 and 30. RGB value is (236,230,48). Sum of RGB (Red+Green+Blue) = 236+230+48=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 48 (19.14% from 255 or 9.34% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE630 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE630 is #1319CF. Grayscale: #D3D3D3. Windows color (decimal): -1251792 or 3204844. OLE color: 3204844.
HSL color Cylindrical-coordinate representation of color #ECE630: hue angle of 58.09º 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 #ECE630 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 48 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.07 |
| HSL | 58.09º | 0.83% | 0.56% | - |
| HSV(B) | 58.09º | 0.8% | 0.93% | - |
| XYZ | 63.42 | 74.64 | 13.86 | - |
| YUV | 211.05 | 35.99 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 48 | 0 | 0.03 | 0.80 | 0.07 | 58.09 | 0.83 | 0.56 |
| Hex | EC | E6 | 30 | 0 | 3 | 50 | 7 | 3A | 53 | 38 |
| Octal | 354 | 346 | 60 | 0 | 3 | 120 | 7 | 72 | 123 | 70 |
| Binary | 11101100 | 11100110 | 110000 | 0 | 11 | 1010000 | 111 | 111010 | 1010011 | 111000 |
Color Harmonies of #ECE630
Complementary color
Monochromatic Colors of #ECE630
Black with #ECE630
Text Example
Text Example
White with #ECE630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE630; }
p { color: rgb(236,230,48); }
H1.HeaderClassName
{
color: #ECE630;
}
.AnyTagClassName
{
color: #ECE630;
}
</style>
background-color css
<style>
a { background-color: #ECE630; }
a { background-color: rgb(236,230,48); }
div.DivClassName
{
background-color: #ECE630;
}
.BgClassName
{
background-color: #ECE630;
}
</style>
border-color css
<style>
span { border-color: #ECE630; }
span { border-color: rgb(236,230,48); }
td.TdClassName
{
border-color: #ECE630;
}
.TagClassName
{
border-color: #ECE630;
}
</style>