Shades of Golden Dream #ECCD32
Tints of Golden Dream #ECCD32
RGB
CMYK
RGB Variations
Color information
#ECCD32 (or 0xECCD32) is known color: Golden Dream. HEX triplet: EC, CD and 32. RGB value is (236,205,50). Sum of RGB (Red+Green+Blue) = 236+205+50=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD32 is #1332CD. Grayscale: #C5C5C5. Windows color (decimal): -1258190 or 3329516. OLE color: 3329516.
HSL color Cylindrical-coordinate representation of color #ECCD32: hue angle of 50º 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 #ECCD32 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 50 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.07 |
| HSL | 50º | 0.83% | 0.56% | - |
| HSV(B) | 50º | 0.79% | 0.93% | - |
| XYZ | 57 | 61.73 | 11.93 | - |
| YUV | 196.6 | 45.27 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 50 | 0 | 0.13 | 0.79 | 0.07 | 50 | 0.83 | 0.56 |
| Hex | EC | CD | 32 | 0 | D | 4F | 7 | 32 | 53 | 38 |
| Octal | 354 | 315 | 62 | 0 | 15 | 117 | 7 | 62 | 123 | 70 |
| Binary | 11101100 | 11001101 | 110010 | 0 | 1101 | 1001111 | 111 | 110010 | 1010011 | 111000 |
Color Harmonies of #ECCD32
Complementary color
Monochromatic Colors of #ECCD32
Black with #ECCD32
Text Example
Text Example
White with #ECCD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD32; }
p { color: rgb(236,205,50); }
H1.HeaderClassName
{
color: #ECCD32;
}
.AnyTagClassName
{
color: #ECCD32;
}
</style>
background-color css
<style>
a { background-color: #ECCD32; }
a { background-color: rgb(236,205,50); }
div.DivClassName
{
background-color: #ECCD32;
}
.BgClassName
{
background-color: #ECCD32;
}
</style>
border-color css
<style>
span { border-color: #ECCD32; }
span { border-color: rgb(236,205,50); }
td.TdClassName
{
border-color: #ECCD32;
}
.TagClassName
{
border-color: #ECCD32;
}
</style>