Shades of Golden Dream #ECCC38
Tints of Golden Dream #ECCC38
RGB
CMYK
RGB Variations
Color information
#ECCC38 (or 0xECCC38) is known color: Golden Dream. HEX triplet: EC, CC and 38. RGB value is (236,204,56). Sum of RGB (Red+Green+Blue) = 236+204+56=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 56 (22.27% from 255 or 11.29% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC38 is #1333C7. Grayscale: #C5C5C5. Windows color (decimal): -1258440 or 3722476. OLE color: 3722476.
HSL color Cylindrical-coordinate representation of color #ECCC38: hue angle of 49.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECCC38 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 56 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.07 |
| HSL | 49.33º | 0.83% | 0.57% | - |
| HSV(B) | 49.33º | 0.76% | 0.93% | - |
| XYZ | 56.9 | 61.3 | 12.58 | - |
| YUV | 196.7 | 48.6 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 56 | 0 | 0.14 | 0.76 | 0.07 | 49.33 | 0.83 | 0.57 |
| Hex | EC | CC | 38 | 0 | E | 4C | 7 | 31 | 53 | 39 |
| Octal | 354 | 314 | 70 | 0 | 16 | 114 | 7 | 61 | 123 | 71 |
| Binary | 11101100 | 11001100 | 111000 | 0 | 1110 | 1001100 | 111 | 110001 | 1010011 | 111001 |
Color Harmonies of #ECCC38
Complementary color
Monochromatic Colors of #ECCC38
Black with #ECCC38
Text Example
Text Example
White with #ECCC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC38; }
p { color: rgb(236,204,56); }
H1.HeaderClassName
{
color: #ECCC38;
}
.AnyTagClassName
{
color: #ECCC38;
}
</style>
background-color css
<style>
a { background-color: #ECCC38; }
a { background-color: rgb(236,204,56); }
div.DivClassName
{
background-color: #ECCC38;
}
.BgClassName
{
background-color: #ECCC38;
}
</style>
border-color css
<style>
span { border-color: #ECCC38; }
span { border-color: rgb(236,204,56); }
td.TdClassName
{
border-color: #ECCC38;
}
.TagClassName
{
border-color: #ECCC38;
}
</style>