Shades of Starship #ECD941
Tints of Starship #ECD941
RGB
CMYK
RGB Variations
Color information
#ECD941 (or 0xECD941) is known color: Starship. HEX triplet: EC, D9 and 41. RGB value is (236,217,65). Sum of RGB (Red+Green+Blue) = 236+217+65=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 65 (25.78% from 255 or 12.55% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD941 is #1326BE. Grayscale: #CDCDCD. Windows color (decimal): -1255103 or 4315628. OLE color: 4315628.
HSL color Cylindrical-coordinate representation of color #ECD941: hue angle of 53.33º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECD941 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 65 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.07 |
| HSL | 53.33º | 0.82% | 0.59% | - |
| HSV(B) | 53.33º | 0.72% | 0.93% | - |
| XYZ | 60.36 | 67.84 | 14.91 | - |
| YUV | 205.35 | 48.79 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 65 | 0 | 0.08 | 0.72 | 0.07 | 53.33 | 0.82 | 0.59 |
| Hex | EC | D9 | 41 | 0 | 8 | 48 | 7 | 35 | 52 | 3B |
| Octal | 354 | 331 | 101 | 0 | 10 | 110 | 7 | 65 | 122 | 73 |
| Binary | 11101100 | 11011001 | 1000001 | 0 | 1000 | 1001000 | 111 | 110101 | 1010010 | 111011 |
Color Harmonies of #ECD941
Complementary color
Monochromatic Colors of #ECD941
Black with #ECD941
Text Example
Text Example
White with #ECD941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD941; }
p { color: rgb(236,217,65); }
H1.HeaderClassName
{
color: #ECD941;
}
.AnyTagClassName
{
color: #ECD941;
}
</style>
background-color css
<style>
a { background-color: #ECD941; }
a { background-color: rgb(236,217,65); }
div.DivClassName
{
background-color: #ECD941;
}
.BgClassName
{
background-color: #ECD941;
}
</style>
border-color css
<style>
span { border-color: #ECD941; }
span { border-color: rgb(236,217,65); }
td.TdClassName
{
border-color: #ECD941;
}
.TagClassName
{
border-color: #ECD941;
}
</style>