Shades of Golden Dream #ECCC33
Tints of Golden Dream #ECCC33
RGB
CMYK
RGB Variations
Color information
#ECCC33 (or 0xECCC33) is known color: Golden Dream. HEX triplet: EC, CC and 33. RGB value is (236,204,51). Sum of RGB (Red+Green+Blue) = 236+204+51=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 51 (20.31% from 255 or 10.39% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC33 is #1333CC. Grayscale: #C4C4C4. Windows color (decimal): -1258445 or 3394796. OLE color: 3394796.
HSL color Cylindrical-coordinate representation of color #ECCC33: hue angle of 49.62º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECCC33 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 51 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.07 |
| HSL | 49.62º | 0.83% | 0.56% | - |
| HSV(B) | 49.62º | 0.78% | 0.93% | - |
| XYZ | 56.78 | 61.26 | 11.96 | - |
| YUV | 196.13 | 46.1 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 51 | 0 | 0.14 | 0.78 | 0.07 | 49.62 | 0.83 | 0.56 |
| Hex | EC | CC | 33 | 0 | E | 4E | 7 | 32 | 53 | 38 |
| Octal | 354 | 314 | 63 | 0 | 16 | 116 | 7 | 62 | 123 | 70 |
| Binary | 11101100 | 11001100 | 110011 | 0 | 1110 | 1001110 | 111 | 110010 | 1010011 | 111000 |
Color Harmonies of #ECCC33
Complementary color
Monochromatic Colors of #ECCC33
Black with #ECCC33
Text Example
Text Example
White with #ECCC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC33; }
p { color: rgb(236,204,51); }
H1.HeaderClassName
{
color: #ECCC33;
}
.AnyTagClassName
{
color: #ECCC33;
}
</style>
background-color css
<style>
a { background-color: #ECCC33; }
a { background-color: rgb(236,204,51); }
div.DivClassName
{
background-color: #ECCC33;
}
.BgClassName
{
background-color: #ECCC33;
}
</style>
border-color css
<style>
span { border-color: #ECCC33; }
span { border-color: rgb(236,204,51); }
td.TdClassName
{
border-color: #ECCC33;
}
.TagClassName
{
border-color: #ECCC33;
}
</style>