Shades of Golden Dream #ECCE31
Tints of Golden Dream #ECCE31
RGB
CMYK
RGB Variations
Color information
#ECCE31 (or 0xECCE31) is known color: Golden Dream. HEX triplet: EC, CE and 31. RGB value is (236,206,49). Sum of RGB (Red+Green+Blue) = 236+206+49=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 49 (19.53% from 255 or 9.98% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE31 is #1331CE. Grayscale: #C5C5C5. Windows color (decimal): -1257935 or 3264236. OLE color: 3264236.
HSL color Cylindrical-coordinate representation of color #ECCE31: hue angle of 50.37º 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 #ECCE31 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 49 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.07 |
| HSL | 50.37º | 0.83% | 0.56% | - |
| HSV(B) | 50.37º | 0.79% | 0.93% | - |
| XYZ | 57.22 | 62.2 | 11.9 | - |
| YUV | 197.07 | 44.44 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 49 | 0 | 0.13 | 0.79 | 0.07 | 50.37 | 0.83 | 0.56 |
| Hex | EC | CE | 31 | 0 | D | 4F | 7 | 32 | 53 | 38 |
| Octal | 354 | 316 | 61 | 0 | 15 | 117 | 7 | 62 | 123 | 70 |
| Binary | 11101100 | 11001110 | 110001 | 0 | 1101 | 1001111 | 111 | 110010 | 1010011 | 111000 |
Color Harmonies of #ECCE31
Complementary color
Monochromatic Colors of #ECCE31
Black with #ECCE31
Text Example
Text Example
White with #ECCE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE31; }
p { color: rgb(236,206,49); }
H1.HeaderClassName
{
color: #ECCE31;
}
.AnyTagClassName
{
color: #ECCE31;
}
</style>
background-color css
<style>
a { background-color: #ECCE31; }
a { background-color: rgb(236,206,49); }
div.DivClassName
{
background-color: #ECCE31;
}
.BgClassName
{
background-color: #ECCE31;
}
</style>
border-color css
<style>
span { border-color: #ECCE31; }
span { border-color: rgb(236,206,49); }
td.TdClassName
{
border-color: #ECCE31;
}
.TagClassName
{
border-color: #ECCE31;
}
</style>