Shades of Golden Fizz #ECE634
Tints of Golden Fizz #ECE634
RGB
CMYK
RGB Variations
Color information
#ECE634 (or 0xECE634) is known color: Golden Fizz. HEX triplet: EC, E6 and 34. RGB value is (236,230,52). Sum of RGB (Red+Green+Blue) = 236+230+52=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 52 (20.70% from 255 or 10.04% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE634 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE634 is #1319CB. Grayscale: #D4D4D4. Windows color (decimal): -1251788 or 3466988. OLE color: 3466988.
HSL color Cylindrical-coordinate representation of color #ECE634: hue angle of 58.04º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECE634 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 52 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.07 |
| HSL | 58.04º | 0.83% | 0.56% | - |
| HSV(B) | 58.04º | 0.78% | 0.93% | - |
| XYZ | 63.51 | 74.67 | 14.32 | - |
| YUV | 211.5 | 37.99 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 52 | 0 | 0.03 | 0.78 | 0.07 | 58.04 | 0.83 | 0.56 |
| Hex | EC | E6 | 34 | 0 | 3 | 4E | 7 | 3A | 53 | 38 |
| Octal | 354 | 346 | 64 | 0 | 3 | 116 | 7 | 72 | 123 | 70 |
| Binary | 11101100 | 11100110 | 110100 | 0 | 11 | 1001110 | 111 | 111010 | 1010011 | 111000 |
Color Harmonies of #ECE634
Complementary color
Monochromatic Colors of #ECE634
Black with #ECE634
Text Example
Text Example
White with #ECE634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE634; }
p { color: rgb(236,230,52); }
H1.HeaderClassName
{
color: #ECE634;
}
.AnyTagClassName
{
color: #ECE634;
}
</style>
background-color css
<style>
a { background-color: #ECE634; }
a { background-color: rgb(236,230,52); }
div.DivClassName
{
background-color: #ECE634;
}
.BgClassName
{
background-color: #ECE634;
}
</style>
border-color css
<style>
span { border-color: #ECE634; }
span { border-color: rgb(236,230,52); }
td.TdClassName
{
border-color: #ECE634;
}
.TagClassName
{
border-color: #ECE634;
}
</style>