Shades of Golden Fizz #ECD438
Tints of Golden Fizz #ECD438
RGB
CMYK
RGB Variations
Color information
#ECD438 (or 0xECD438) is known color: Golden Fizz. HEX triplet: EC, D4 and 38. RGB value is (236,212,56). Sum of RGB (Red+Green+Blue) = 236+212+56=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 56 (22.27% from 255 or 11.11% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD438 is #132BC7. Grayscale: #CACACA. Windows color (decimal): -1256392 or 3724524. OLE color: 3724524.
HSL color Cylindrical-coordinate representation of color #ECD438: hue angle of 52º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECD438 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 56 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.07 |
| HSL | 52º | 0.83% | 0.57% | - |
| HSV(B) | 52º | 0.76% | 0.93% | - |
| XYZ | 58.85 | 65.21 | 13.23 | - |
| YUV | 201.39 | 45.95 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 56 | 0 | 0.10 | 0.76 | 0.07 | 52 | 0.83 | 0.57 |
| Hex | EC | D4 | 38 | 0 | A | 4C | 7 | 34 | 53 | 39 |
| Octal | 354 | 324 | 70 | 0 | 12 | 114 | 7 | 64 | 123 | 71 |
| Binary | 11101100 | 11010100 | 111000 | 0 | 1010 | 1001100 | 111 | 110100 | 1010011 | 111001 |
Color Harmonies of #ECD438
Complementary color
Monochromatic Colors of #ECD438
Black with #ECD438
Text Example
Text Example
White with #ECD438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD438; }
p { color: rgb(236,212,56); }
H1.HeaderClassName
{
color: #ECD438;
}
.AnyTagClassName
{
color: #ECD438;
}
</style>
background-color css
<style>
a { background-color: #ECD438; }
a { background-color: rgb(236,212,56); }
div.DivClassName
{
background-color: #ECD438;
}
.BgClassName
{
background-color: #ECD438;
}
</style>
border-color css
<style>
span { border-color: #ECD438; }
span { border-color: rgb(236,212,56); }
td.TdClassName
{
border-color: #ECD438;
}
.TagClassName
{
border-color: #ECD438;
}
</style>