Shades of Golden Dream #ECCC31
Tints of Golden Dream #ECCC31
RGB
CMYK
RGB Variations
Color information
#ECCC31 (or 0xECCC31) is known color: Golden Dream. HEX triplet: EC, CC and 31. RGB value is (236,204,49). Sum of RGB (Red+Green+Blue) = 236+204+49=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC31 is #1333CE. Grayscale: #C4C4C4. Windows color (decimal): -1258447 or 3263724. OLE color: 3263724.
HSL color Cylindrical-coordinate representation of color #ECCC31: hue angle of 49.73º 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 #ECCC31 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 49 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.07 |
| HSL | 49.73º | 0.83% | 0.56% | - |
| HSV(B) | 49.73º | 0.79% | 0.93% | - |
| XYZ | 56.74 | 61.24 | 11.74 | - |
| YUV | 195.9 | 45.1 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 49 | 0 | 0.14 | 0.79 | 0.07 | 49.73 | 0.83 | 0.56 |
| Hex | EC | CC | 31 | 0 | E | 4F | 7 | 32 | 53 | 38 |
| Octal | 354 | 314 | 61 | 0 | 16 | 117 | 7 | 62 | 123 | 70 |
| Binary | 11101100 | 11001100 | 110001 | 0 | 1110 | 1001111 | 111 | 110010 | 1010011 | 111000 |
Color Harmonies of #ECCC31
Complementary color
Monochromatic Colors of #ECCC31
Black with #ECCC31
Text Example
Text Example
White with #ECCC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC31; }
p { color: rgb(236,204,49); }
H1.HeaderClassName
{
color: #ECCC31;
}
.AnyTagClassName
{
color: #ECCC31;
}
</style>
background-color css
<style>
a { background-color: #ECCC31; }
a { background-color: rgb(236,204,49); }
div.DivClassName
{
background-color: #ECCC31;
}
.BgClassName
{
background-color: #ECCC31;
}
</style>
border-color css
<style>
span { border-color: #ECCC31; }
span { border-color: rgb(236,204,49); }
td.TdClassName
{
border-color: #ECCC31;
}
.TagClassName
{
border-color: #ECCC31;
}
</style>