Shades of Starship #ECE940
Tints of Starship #ECE940
RGB
CMYK
RGB Variations
Color information
#ECE940 (or 0xECE940) is known color: Starship. HEX triplet: EC, E9 and 40. RGB value is (236,233,64). Sum of RGB (Red+Green+Blue) = 236+233+64=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE940 is #1316BF. Grayscale: #D7D7D7. Windows color (decimal): -1251008 or 4254188. OLE color: 4254188.
HSL color Cylindrical-coordinate representation of color #ECE940: hue angle of 58.95º 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 #ECE940 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 64 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.07 |
| HSL | 58.95º | 0.82% | 0.59% | - |
| HSV(B) | 58.95º | 0.73% | 0.93% | - |
| XYZ | 64.66 | 76.48 | 16.21 | - |
| YUV | 214.63 | 42.99 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 64 | 0 | 0.01 | 0.73 | 0.07 | 58.95 | 0.82 | 0.59 |
| Hex | EC | E9 | 40 | 0 | 1 | 49 | 7 | 3B | 52 | 3B |
| Octal | 354 | 351 | 100 | 0 | 1 | 111 | 7 | 73 | 122 | 73 |
| Binary | 11101100 | 11101001 | 1000000 | 0 | 1 | 1001001 | 111 | 111011 | 1010010 | 111011 |
Color Harmonies of #ECE940
Complementary color
Monochromatic Colors of #ECE940
Black with #ECE940
Text Example
Text Example
White with #ECE940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE940; }
p { color: rgb(236,233,64); }
H1.HeaderClassName
{
color: #ECE940;
}
.AnyTagClassName
{
color: #ECE940;
}
</style>
background-color css
<style>
a { background-color: #ECE940; }
a { background-color: rgb(236,233,64); }
div.DivClassName
{
background-color: #ECE940;
}
.BgClassName
{
background-color: #ECE940;
}
</style>
border-color css
<style>
span { border-color: #ECE940; }
span { border-color: rgb(236,233,64); }
td.TdClassName
{
border-color: #ECE940;
}
.TagClassName
{
border-color: #ECE940;
}
</style>