Shades of Starship #ECE93C
Tints of Starship #ECE93C
RGB
CMYK
RGB Variations
Color information
#ECE93C (or 0xECE93C) is known color: Starship. HEX triplet: EC, E9 and 3C. RGB value is (236,233,60). Sum of RGB (Red+Green+Blue) = 236+233+60=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 60 (23.83% from 255 or 11.34% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE93C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE93C is #1316C3. Grayscale: #D6D6D6. Windows color (decimal): -1251012 or 3992044. OLE color: 3992044.
HSL color Cylindrical-coordinate representation of color #ECE93C: hue angle of 58.98º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECE93C is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 60 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.07 |
| HSL | 58.98º | 0.82% | 0.58% | - |
| HSV(B) | 58.98º | 0.75% | 0.93% | - |
| XYZ | 64.55 | 76.44 | 15.63 | - |
| YUV | 214.18 | 40.99 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 60 | 0 | 0.01 | 0.75 | 0.07 | 58.98 | 0.82 | 0.58 |
| Hex | EC | E9 | 3C | 0 | 1 | 4B | 7 | 3B | 52 | 3A |
| Octal | 354 | 351 | 74 | 0 | 1 | 113 | 7 | 73 | 122 | 72 |
| Binary | 11101100 | 11101001 | 111100 | 0 | 1 | 1001011 | 111 | 111011 | 1010010 | 111010 |
Color Harmonies of #ECE93C
Complementary color
Monochromatic Colors of #ECE93C
Black with #ECE93C
Text Example
Text Example
White with #ECE93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE93C; }
p { color: rgb(236,233,60); }
H1.HeaderClassName
{
color: #ECE93C;
}
.AnyTagClassName
{
color: #ECE93C;
}
</style>
background-color css
<style>
a { background-color: #ECE93C; }
a { background-color: rgb(236,233,60); }
div.DivClassName
{
background-color: #ECE93C;
}
.BgClassName
{
background-color: #ECE93C;
}
</style>
border-color css
<style>
span { border-color: #ECE93C; }
span { border-color: rgb(236,233,60); }
td.TdClassName
{
border-color: #ECE93C;
}
.TagClassName
{
border-color: #ECE93C;
}
</style>