Shades of Golden Dream #ECCD38
Tints of Golden Dream #ECCD38
RGB
CMYK
RGB Variations
Color information
#ECCD38 (or 0xECCD38) is known color: Golden Dream. HEX triplet: EC, CD and 38. RGB value is (236,205,56). Sum of RGB (Red+Green+Blue) = 236+205+56=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 56 (22.27% from 255 or 11.27% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD38 is #1332C7. Grayscale: #C5C5C5. Windows color (decimal): -1258184 or 3722732. OLE color: 3722732.
HSL color Cylindrical-coordinate representation of color #ECCD38: hue angle of 49.67º 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 #ECCD38 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 56 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.07 |
| HSL | 49.67º | 0.83% | 0.57% | - |
| HSV(B) | 49.67º | 0.76% | 0.93% | - |
| XYZ | 57.14 | 61.78 | 12.65 | - |
| YUV | 197.28 | 48.27 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 56 | 0 | 0.13 | 0.76 | 0.07 | 49.67 | 0.83 | 0.57 |
| Hex | EC | CD | 38 | 0 | D | 4C | 7 | 32 | 53 | 39 |
| Octal | 354 | 315 | 70 | 0 | 15 | 114 | 7 | 62 | 123 | 71 |
| Binary | 11101100 | 11001101 | 111000 | 0 | 1101 | 1001100 | 111 | 110010 | 1010011 | 111001 |
Color Harmonies of #ECCD38
Complementary color
Monochromatic Colors of #ECCD38
Black with #ECCD38
Text Example
Text Example
White with #ECCD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD38; }
p { color: rgb(236,205,56); }
H1.HeaderClassName
{
color: #ECCD38;
}
.AnyTagClassName
{
color: #ECCD38;
}
</style>
background-color css
<style>
a { background-color: #ECCD38; }
a { background-color: rgb(236,205,56); }
div.DivClassName
{
background-color: #ECCD38;
}
.BgClassName
{
background-color: #ECCD38;
}
</style>
border-color css
<style>
span { border-color: #ECCD38; }
span { border-color: rgb(236,205,56); }
td.TdClassName
{
border-color: #ECCD38;
}
.TagClassName
{
border-color: #ECCD38;
}
</style>