Shades of Golden Dream #ECCF39
Tints of Golden Dream #ECCF39
RGB
CMYK
RGB Variations
Color information
#ECCF39 (or 0xECCF39) is known color: Golden Dream. HEX triplet: EC, CF and 39. RGB value is (236,207,57). Sum of RGB (Red+Green+Blue) = 236+207+57=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 57 (22.66% from 255 or 11.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF39 is #1330C6. Grayscale: #C7C7C7. Windows color (decimal): -1257671 or 3788780. OLE color: 3788780.
HSL color Cylindrical-coordinate representation of color #ECCF39: hue angle of 50.28º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECCF39 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 57 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.07 |
| HSL | 50.28º | 0.82% | 0.57% | - |
| HSV(B) | 50.28º | 0.76% | 0.93% | - |
| XYZ | 57.64 | 62.75 | 12.95 | - |
| YUV | 198.57 | 48.11 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 57 | 0 | 0.12 | 0.76 | 0.07 | 50.28 | 0.82 | 0.57 |
| Hex | EC | CF | 39 | 0 | C | 4C | 7 | 32 | 52 | 39 |
| Octal | 354 | 317 | 71 | 0 | 14 | 114 | 7 | 62 | 122 | 71 |
| Binary | 11101100 | 11001111 | 111001 | 0 | 1100 | 1001100 | 111 | 110010 | 1010010 | 111001 |
Color Harmonies of #ECCF39
Complementary color
Monochromatic Colors of #ECCF39
Black with #ECCF39
Text Example
Text Example
White with #ECCF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF39; }
p { color: rgb(236,207,57); }
H1.HeaderClassName
{
color: #ECCF39;
}
.AnyTagClassName
{
color: #ECCF39;
}
</style>
background-color css
<style>
a { background-color: #ECCF39; }
a { background-color: rgb(236,207,57); }
div.DivClassName
{
background-color: #ECCF39;
}
.BgClassName
{
background-color: #ECCF39;
}
</style>
border-color css
<style>
span { border-color: #ECCF39; }
span { border-color: rgb(236,207,57); }
td.TdClassName
{
border-color: #ECCF39;
}
.TagClassName
{
border-color: #ECCF39;
}
</style>