Shades of Golden Dream #ECD031
Tints of Golden Dream #ECD031
RGB
CMYK
RGB Variations
Color information
#ECD031 (or 0xECD031) is known color: Golden Dream. HEX triplet: EC, D0 and 31. RGB value is (236,208,49). Sum of RGB (Red+Green+Blue) = 236+208+49=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD031 is #132FCE. Grayscale: #C6C6C6. Windows color (decimal): -1257423 or 3264748. OLE color: 3264748.
HSL color Cylindrical-coordinate representation of color #ECD031: hue angle of 51.02º 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 #ECD031 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 49 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.07 |
| HSL | 51.02º | 0.83% | 0.56% | - |
| HSV(B) | 51.02º | 0.79% | 0.93% | - |
| XYZ | 57.7 | 63.17 | 12.06 | - |
| YUV | 198.25 | 43.78 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 49 | 0 | 0.12 | 0.79 | 0.07 | 51.02 | 0.83 | 0.56 |
| Hex | EC | D0 | 31 | 0 | C | 4F | 7 | 33 | 53 | 38 |
| Octal | 354 | 320 | 61 | 0 | 14 | 117 | 7 | 63 | 123 | 70 |
| Binary | 11101100 | 11010000 | 110001 | 0 | 1100 | 1001111 | 111 | 110011 | 1010011 | 111000 |
Color Harmonies of #ECD031
Complementary color
Monochromatic Colors of #ECD031
Black with #ECD031
Text Example
Text Example
White with #ECD031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD031; }
p { color: rgb(236,208,49); }
H1.HeaderClassName
{
color: #ECD031;
}
.AnyTagClassName
{
color: #ECD031;
}
</style>
background-color css
<style>
a { background-color: #ECD031; }
a { background-color: rgb(236,208,49); }
div.DivClassName
{
background-color: #ECD031;
}
.BgClassName
{
background-color: #ECD031;
}
</style>
border-color css
<style>
span { border-color: #ECD031; }
span { border-color: rgb(236,208,49); }
td.TdClassName
{
border-color: #ECD031;
}
.TagClassName
{
border-color: #ECD031;
}
</style>