Shades of Golden Dream #ECD331
Tints of Golden Dream #ECD331
RGB
CMYK
RGB Variations
Color information
#ECD331 (or 0xECD331) is known color: Golden Dream. HEX triplet: EC, D3 and 31. RGB value is (236,211,49). Sum of RGB (Red+Green+Blue) = 236+211+49=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD331 is #132CCE. Grayscale: #C8C8C8. Windows color (decimal): -1256655 or 3265516. OLE color: 3265516.
HSL color Cylindrical-coordinate representation of color #ECD331: hue angle of 51.98º 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 #ECD331 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 49 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.07 |
| HSL | 51.98º | 0.83% | 0.56% | - |
| HSV(B) | 51.98º | 0.79% | 0.93% | - |
| XYZ | 58.44 | 64.64 | 12.3 | - |
| YUV | 200.01 | 42.78 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 49 | 0 | 0.11 | 0.79 | 0.07 | 51.98 | 0.83 | 0.56 |
| Hex | EC | D3 | 31 | 0 | B | 4F | 7 | 34 | 53 | 38 |
| Octal | 354 | 323 | 61 | 0 | 13 | 117 | 7 | 64 | 123 | 70 |
| Binary | 11101100 | 11010011 | 110001 | 0 | 1011 | 1001111 | 111 | 110100 | 1010011 | 111000 |
Color Harmonies of #ECD331
Complementary color
Monochromatic Colors of #ECD331
Black with #ECD331
Text Example
Text Example
White with #ECD331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD331; }
p { color: rgb(236,211,49); }
H1.HeaderClassName
{
color: #ECD331;
}
.AnyTagClassName
{
color: #ECD331;
}
</style>
background-color css
<style>
a { background-color: #ECD331; }
a { background-color: rgb(236,211,49); }
div.DivClassName
{
background-color: #ECD331;
}
.BgClassName
{
background-color: #ECD331;
}
</style>
border-color css
<style>
span { border-color: #ECD331; }
span { border-color: rgb(236,211,49); }
td.TdClassName
{
border-color: #ECD331;
}
.TagClassName
{
border-color: #ECD331;
}
</style>