Shades of Golden Dream #ECD032
Tints of Golden Dream #ECD032
RGB
CMYK
RGB Variations
Color information
#ECD032 (or 0xECD032) is known color: Golden Dream. HEX triplet: EC, D0 and 32. RGB value is (236,208,50). Sum of RGB (Red+Green+Blue) = 236+208+50=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD032 is #132FCD. Grayscale: #C7C7C7. Windows color (decimal): -1257422 or 3330284. OLE color: 3330284.
HSL color Cylindrical-coordinate representation of color #ECD032: hue angle of 50.97º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECD032 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 50 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.07 |
| HSL | 50.97º | 0.83% | 0.56% | - |
| HSV(B) | 50.97º | 0.79% | 0.93% | - |
| XYZ | 57.72 | 63.17 | 12.17 | - |
| YUV | 198.36 | 44.28 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 50 | 0 | 0.12 | 0.79 | 0.07 | 50.97 | 0.83 | 0.56 |
| Hex | EC | D0 | 32 | 0 | C | 4F | 7 | 33 | 53 | 38 |
| Octal | 354 | 320 | 62 | 0 | 14 | 117 | 7 | 63 | 123 | 70 |
| Binary | 11101100 | 11010000 | 110010 | 0 | 1100 | 1001111 | 111 | 110011 | 1010011 | 111000 |
Color Harmonies of #ECD032
Complementary color
Monochromatic Colors of #ECD032
Black with #ECD032
Text Example
Text Example
White with #ECD032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD032; }
p { color: rgb(236,208,50); }
H1.HeaderClassName
{
color: #ECD032;
}
.AnyTagClassName
{
color: #ECD032;
}
</style>
background-color css
<style>
a { background-color: #ECD032; }
a { background-color: rgb(236,208,50); }
div.DivClassName
{
background-color: #ECD032;
}
.BgClassName
{
background-color: #ECD032;
}
</style>
border-color css
<style>
span { border-color: #ECD032; }
span { border-color: rgb(236,208,50); }
td.TdClassName
{
border-color: #ECD032;
}
.TagClassName
{
border-color: #ECD032;
}
</style>