Shades of Golden Dream #ECCF31
Tints of Golden Dream #ECCF31
RGB
CMYK
RGB Variations
Color information
#ECCF31 (or 0xECCF31) is known color: Golden Dream. HEX triplet: EC, CF and 31. RGB value is (236,207,49). Sum of RGB (Red+Green+Blue) = 236+207+49=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF31 is #1330CE. Grayscale: #C6C6C6. Windows color (decimal): -1257679 or 3264492. OLE color: 3264492.
HSL color Cylindrical-coordinate representation of color #ECCF31: hue angle of 50.7º 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 #ECCF31 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 49 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.07 |
| HSL | 50.7º | 0.83% | 0.56% | - |
| HSV(B) | 50.7º | 0.79% | 0.93% | - |
| XYZ | 57.46 | 62.68 | 11.98 | - |
| YUV | 197.66 | 44.11 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 49 | 0 | 0.12 | 0.79 | 0.07 | 50.7 | 0.83 | 0.56 |
| Hex | EC | CF | 31 | 0 | C | 4F | 7 | 33 | 53 | 38 |
| Octal | 354 | 317 | 61 | 0 | 14 | 117 | 7 | 63 | 123 | 70 |
| Binary | 11101100 | 11001111 | 110001 | 0 | 1100 | 1001111 | 111 | 110011 | 1010011 | 111000 |
Color Harmonies of #ECCF31
Complementary color
Monochromatic Colors of #ECCF31
Black with #ECCF31
Text Example
Text Example
White with #ECCF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF31; }
p { color: rgb(236,207,49); }
H1.HeaderClassName
{
color: #ECCF31;
}
.AnyTagClassName
{
color: #ECCF31;
}
</style>
background-color css
<style>
a { background-color: #ECCF31; }
a { background-color: rgb(236,207,49); }
div.DivClassName
{
background-color: #ECCF31;
}
.BgClassName
{
background-color: #ECCF31;
}
</style>
border-color css
<style>
span { border-color: #ECCF31; }
span { border-color: rgb(236,207,49); }
td.TdClassName
{
border-color: #ECCF31;
}
.TagClassName
{
border-color: #ECCF31;
}
</style>