Shades of Golden Fizz #ECE434
Tints of Golden Fizz #ECE434
RGB
CMYK
RGB Variations
Color information
#ECE434 (or 0xECE434) is known color: Golden Fizz. HEX triplet: EC, E4 and 34. RGB value is (236,228,52). Sum of RGB (Red+Green+Blue) = 236+228+52=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 52 (20.70% from 255 or 10.08% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE434 is #131BCB. Grayscale: #D3D3D3. Windows color (decimal): -1252300 or 3466476. OLE color: 3466476.
HSL color Cylindrical-coordinate representation of color #ECE434: hue angle of 57.39º 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 #ECE434 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 52 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.07 |
| HSL | 57.39º | 0.83% | 0.56% | - |
| HSV(B) | 57.39º | 0.78% | 0.93% | - |
| XYZ | 62.96 | 73.57 | 14.13 | - |
| YUV | 210.33 | 38.65 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 52 | 0 | 0.03 | 0.78 | 0.07 | 57.39 | 0.83 | 0.56 |
| Hex | EC | E4 | 34 | 0 | 3 | 4E | 7 | 39 | 53 | 38 |
| Octal | 354 | 344 | 64 | 0 | 3 | 116 | 7 | 71 | 123 | 70 |
| Binary | 11101100 | 11100100 | 110100 | 0 | 11 | 1001110 | 111 | 111001 | 1010011 | 111000 |
Color Harmonies of #ECE434
Complementary color
Monochromatic Colors of #ECE434
Black with #ECE434
Text Example
Text Example
White with #ECE434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE434; }
p { color: rgb(236,228,52); }
H1.HeaderClassName
{
color: #ECE434;
}
.AnyTagClassName
{
color: #ECE434;
}
</style>
background-color css
<style>
a { background-color: #ECE434; }
a { background-color: rgb(236,228,52); }
div.DivClassName
{
background-color: #ECE434;
}
.BgClassName
{
background-color: #ECE434;
}
</style>
border-color css
<style>
span { border-color: #ECE434; }
span { border-color: rgb(236,228,52); }
td.TdClassName
{
border-color: #ECE434;
}
.TagClassName
{
border-color: #ECE434;
}
</style>