Shades of Golden Dream #ECD236
Tints of Golden Dream #ECD236
RGB
CMYK
RGB Variations
Color information
#ECD236 (or 0xECD236) is known color: Golden Dream. HEX triplet: EC, D2 and 36. RGB value is (236,210,54). Sum of RGB (Red+Green+Blue) = 236+210+54=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 54 (21.48% from 255 or 10.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD236 is #132DC9. Grayscale: #C8C8C8. Windows color (decimal): -1256906 or 3592940. OLE color: 3592940.
HSL color Cylindrical-coordinate representation of color #ECD236: hue angle of 51.43º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECD236 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 54 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.07 |
| HSL | 51.43º | 0.83% | 0.57% | - |
| HSV(B) | 51.43º | 0.77% | 0.93% | - |
| XYZ | 58.3 | 64.19 | 12.81 | - |
| YUV | 199.99 | 45.61 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 54 | 0 | 0.11 | 0.77 | 0.07 | 51.43 | 0.83 | 0.57 |
| Hex | EC | D2 | 36 | 0 | B | 4D | 7 | 33 | 53 | 39 |
| Octal | 354 | 322 | 66 | 0 | 13 | 115 | 7 | 63 | 123 | 71 |
| Binary | 11101100 | 11010010 | 110110 | 0 | 1011 | 1001101 | 111 | 110011 | 1010011 | 111001 |
Color Harmonies of #ECD236
Complementary color
Monochromatic Colors of #ECD236
Black with #ECD236
Text Example
Text Example
White with #ECD236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD236; }
p { color: rgb(236,210,54); }
H1.HeaderClassName
{
color: #ECD236;
}
.AnyTagClassName
{
color: #ECD236;
}
</style>
background-color css
<style>
a { background-color: #ECD236; }
a { background-color: rgb(236,210,54); }
div.DivClassName
{
background-color: #ECD236;
}
.BgClassName
{
background-color: #ECD236;
}
</style>
border-color css
<style>
span { border-color: #ECD236; }
span { border-color: rgb(236,210,54); }
td.TdClassName
{
border-color: #ECD236;
}
.TagClassName
{
border-color: #ECD236;
}
</style>