Shades of Starship #ECD940
Tints of Starship #ECD940
RGB
CMYK
RGB Variations
Color information
#ECD940 (or 0xECD940) is known color: Starship. HEX triplet: EC, D9 and 40. RGB value is (236,217,64). Sum of RGB (Red+Green+Blue) = 236+217+64=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD940 is #1326BF. Grayscale: #CDCDCD. Windows color (decimal): -1255104 or 4250092. OLE color: 4250092.
HSL color Cylindrical-coordinate representation of color #ECD940: hue angle of 53.37º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECD940 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 64 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.07 |
| HSL | 53.37º | 0.82% | 0.59% | - |
| HSV(B) | 53.37º | 0.73% | 0.93% | - |
| XYZ | 60.33 | 67.83 | 14.76 | - |
| YUV | 205.24 | 48.29 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 64 | 0 | 0.08 | 0.73 | 0.07 | 53.37 | 0.82 | 0.59 |
| Hex | EC | D9 | 40 | 0 | 8 | 49 | 7 | 35 | 52 | 3B |
| Octal | 354 | 331 | 100 | 0 | 10 | 111 | 7 | 65 | 122 | 73 |
| Binary | 11101100 | 11011001 | 1000000 | 0 | 1000 | 1001001 | 111 | 110101 | 1010010 | 111011 |
Color Harmonies of #ECD940
Complementary color
Monochromatic Colors of #ECD940
Black with #ECD940
Text Example
Text Example
White with #ECD940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD940; }
p { color: rgb(236,217,64); }
H1.HeaderClassName
{
color: #ECD940;
}
.AnyTagClassName
{
color: #ECD940;
}
</style>
background-color css
<style>
a { background-color: #ECD940; }
a { background-color: rgb(236,217,64); }
div.DivClassName
{
background-color: #ECD940;
}
.BgClassName
{
background-color: #ECD940;
}
</style>
border-color css
<style>
span { border-color: #ECD940; }
span { border-color: rgb(236,217,64); }
td.TdClassName
{
border-color: #ECD940;
}
.TagClassName
{
border-color: #ECD940;
}
</style>