Shades of Golden Dream #ECC935
Tints of Golden Dream #ECC935
RGB
CMYK
RGB Variations
Color information
#ECC935 (or 0xECC935) is known color: Golden Dream. HEX triplet: EC, C9 and 35. RGB value is (236,201,53). Sum of RGB (Red+Green+Blue) = 236+201+53=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC935 is #1336CA. Grayscale: #C3C3C3. Windows color (decimal): -1259211 or 3525100. OLE color: 3525100.
HSL color Cylindrical-coordinate representation of color #ECC935: hue angle of 48.52º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECC935 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 53 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.07 |
| HSL | 48.52º | 0.83% | 0.57% | - |
| HSV(B) | 48.52º | 0.78% | 0.93% | - |
| XYZ | 56.12 | 59.86 | 11.97 | - |
| YUV | 194.59 | 48.1 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 53 | 0 | 0.15 | 0.78 | 0.07 | 48.52 | 0.83 | 0.57 |
| Hex | EC | C9 | 35 | 0 | F | 4E | 7 | 31 | 53 | 39 |
| Octal | 354 | 311 | 65 | 0 | 17 | 116 | 7 | 61 | 123 | 71 |
| Binary | 11101100 | 11001001 | 110101 | 0 | 1111 | 1001110 | 111 | 110001 | 1010011 | 111001 |
Color Harmonies of #ECC935
Complementary color
Monochromatic Colors of #ECC935
Black with #ECC935
Text Example
Text Example
White with #ECC935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC935; }
p { color: rgb(236,201,53); }
H1.HeaderClassName
{
color: #ECC935;
}
.AnyTagClassName
{
color: #ECC935;
}
</style>
background-color css
<style>
a { background-color: #ECC935; }
a { background-color: rgb(236,201,53); }
div.DivClassName
{
background-color: #ECC935;
}
.BgClassName
{
background-color: #ECC935;
}
</style>
border-color css
<style>
span { border-color: #ECC935; }
span { border-color: rgb(236,201,53); }
td.TdClassName
{
border-color: #ECC935;
}
.TagClassName
{
border-color: #ECC935;
}
</style>