Shades of Starship #ECE945
Tints of Starship #ECE945
RGB
CMYK
RGB Variations
Color information
#ECE945 (or 0xECE945) is known color: Starship. HEX triplet: EC, E9 and 45. RGB value is (236,233,69). Sum of RGB (Red+Green+Blue) = 236+233+69=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 69 (27.34% from 255 or 12.83% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE945 is #1316BA. Grayscale: #D7D7D7. Windows color (decimal): -1251003 or 4581868. OLE color: 4581868.
HSL color Cylindrical-coordinate representation of color #ECE945: hue angle of 58.92º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECE945 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 69 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.07 |
| HSL | 58.92º | 0.81% | 0.6% | - |
| HSV(B) | 58.92º | 0.71% | 0.93% | - |
| XYZ | 64.81 | 76.54 | 16.99 | - |
| YUV | 215.2 | 45.49 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 69 | 0 | 0.01 | 0.71 | 0.07 | 58.92 | 0.81 | 0.6 |
| Hex | EC | E9 | 45 | 0 | 1 | 47 | 7 | 3B | 51 | 3C |
| Octal | 354 | 351 | 105 | 0 | 1 | 107 | 7 | 73 | 121 | 74 |
| Binary | 11101100 | 11101001 | 1000101 | 0 | 1 | 1000111 | 111 | 111011 | 1010001 | 111100 |
Color Harmonies of #ECE945
Complementary color
Monochromatic Colors of #ECE945
Black with #ECE945
Text Example
Text Example
White with #ECE945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE945; }
p { color: rgb(236,233,69); }
H1.HeaderClassName
{
color: #ECE945;
}
.AnyTagClassName
{
color: #ECE945;
}
</style>
background-color css
<style>
a { background-color: #ECE945; }
a { background-color: rgb(236,233,69); }
div.DivClassName
{
background-color: #ECE945;
}
.BgClassName
{
background-color: #ECE945;
}
</style>
border-color css
<style>
span { border-color: #ECE945; }
span { border-color: rgb(236,233,69); }
td.TdClassName
{
border-color: #ECE945;
}
.TagClassName
{
border-color: #ECE945;
}
</style>