Shades of Starship #ECF93C
Tints of Starship #ECF93C
RGB
CMYK
RGB Variations
Color information
#ECF93C (or 0xECF93C) is known color: Starship. HEX triplet: EC, F9 and 3C. RGB value is (236,249,60). Sum of RGB (Red+Green+Blue) = 236+249+60=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 60 (23.83% from 255 or 11.01% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF93C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF93C is #1306C3. Grayscale: #E0E0E0. Windows color (decimal): -1246916 or 3996140. OLE color: 3996140.
HSL color Cylindrical-coordinate representation of color #ECF93C: hue angle of 64.13º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECF93C is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 60 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.02 |
| HSL | 64.13º | 0.94% | 0.61% | - |
| HSV(B) | 64.13º | 0.76% | 0.98% | - |
| XYZ | 69.28 | 85.91 | 17.21 | - |
| YUV | 223.57 | 35.69 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 60 | 0.05 | 0 | 0.76 | 0.02 | 64.13 | 0.94 | 0.61 |
| Hex | EC | F9 | 3C | 5 | 0 | 4C | 2 | 40 | 5E | 3D |
| Octal | 354 | 371 | 74 | 5 | 0 | 114 | 2 | 100 | 136 | 75 |
| Binary | 11101100 | 11111001 | 111100 | 101 | 0 | 1001100 | 10 | 1000000 | 1011110 | 111101 |
Color Harmonies of #ECF93C
Complementary color
Monochromatic Colors of #ECF93C
Black with #ECF93C
Text Example
Text Example
White with #ECF93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF93C; }
p { color: rgb(236,249,60); }
H1.HeaderClassName
{
color: #ECF93C;
}
.AnyTagClassName
{
color: #ECF93C;
}
</style>
background-color css
<style>
a { background-color: #ECF93C; }
a { background-color: rgb(236,249,60); }
div.DivClassName
{
background-color: #ECF93C;
}
.BgClassName
{
background-color: #ECF93C;
}
</style>
border-color css
<style>
span { border-color: #ECF93C; }
span { border-color: rgb(236,249,60); }
td.TdClassName
{
border-color: #ECF93C;
}
.TagClassName
{
border-color: #ECF93C;
}
</style>