Shades of Golden Dream #ECC930
Tints of Golden Dream #ECC930
RGB
CMYK
RGB Variations
Color information
#ECC930 (or 0xECC930) is known color: Golden Dream. HEX triplet: EC, C9 and 30. RGB value is (236,201,48). Sum of RGB (Red+Green+Blue) = 236+201+48=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC930 is #1336CF. Grayscale: #C2C2C2. Windows color (decimal): -1259216 or 3197420. OLE color: 3197420.
HSL color Cylindrical-coordinate representation of color #ECC930: hue angle of 48.83º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECC930 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 48 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.07 |
| HSL | 48.83º | 0.83% | 0.56% | - |
| HSV(B) | 48.83º | 0.8% | 0.93% | - |
| XYZ | 56.01 | 59.82 | 11.39 | - |
| YUV | 194.02 | 45.6 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 48 | 0 | 0.15 | 0.80 | 0.07 | 48.83 | 0.83 | 0.56 |
| Hex | EC | C9 | 30 | 0 | F | 50 | 7 | 31 | 53 | 38 |
| Octal | 354 | 311 | 60 | 0 | 17 | 120 | 7 | 61 | 123 | 70 |
| Binary | 11101100 | 11001001 | 110000 | 0 | 1111 | 1010000 | 111 | 110001 | 1010011 | 111000 |
Color Harmonies of #ECC930
Complementary color
Monochromatic Colors of #ECC930
Black with #ECC930
Text Example
Text Example
White with #ECC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC930; }
p { color: rgb(236,201,48); }
H1.HeaderClassName
{
color: #ECC930;
}
.AnyTagClassName
{
color: #ECC930;
}
</style>
background-color css
<style>
a { background-color: #ECC930; }
a { background-color: rgb(236,201,48); }
div.DivClassName
{
background-color: #ECC930;
}
.BgClassName
{
background-color: #ECC930;
}
</style>
border-color css
<style>
span { border-color: #ECC930; }
span { border-color: rgb(236,201,48); }
td.TdClassName
{
border-color: #ECC930;
}
.TagClassName
{
border-color: #ECC930;
}
</style>