Shades of Starship #ECF040
Tints of Starship #ECF040
RGB
CMYK
RGB Variations
Color information
#ECF040 (or 0xECF040) is known color: Starship. HEX triplet: EC, F0 and 40. RGB value is (236,240,64). Sum of RGB (Red+Green+Blue) = 236+240+64=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 64 (25.39% from 255 or 11.85% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF040 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF040 is #130FBF. Grayscale: #DBDBDB. Windows color (decimal): -1249216 or 4255980. OLE color: 4255980.
HSL color Cylindrical-coordinate representation of color #ECF040: hue angle of 61.36º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECF040 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 64 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.06 |
| HSL | 61.36º | 0.85% | 0.6% | - |
| HSV(B) | 61.36º | 0.73% | 0.94% | - |
| XYZ | 66.68 | 80.52 | 16.88 | - |
| YUV | 218.74 | 40.67 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 64 | 0.02 | 0 | 0.73 | 0.06 | 61.36 | 0.85 | 0.6 |
| Hex | EC | F0 | 40 | 2 | 0 | 49 | 6 | 3D | 55 | 3C |
| Octal | 354 | 360 | 100 | 2 | 0 | 111 | 6 | 75 | 125 | 74 |
| Binary | 11101100 | 11110000 | 1000000 | 10 | 0 | 1001001 | 110 | 111101 | 1010101 | 111100 |
Color Harmonies of #ECF040
Complementary color
Monochromatic Colors of #ECF040
Black with #ECF040
Text Example
Text Example
White with #ECF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF040; }
p { color: rgb(236,240,64); }
H1.HeaderClassName
{
color: #ECF040;
}
.AnyTagClassName
{
color: #ECF040;
}
</style>
background-color css
<style>
a { background-color: #ECF040; }
a { background-color: rgb(236,240,64); }
div.DivClassName
{
background-color: #ECF040;
}
.BgClassName
{
background-color: #ECF040;
}
</style>
border-color css
<style>
span { border-color: #ECF040; }
span { border-color: rgb(236,240,64); }
td.TdClassName
{
border-color: #ECF040;
}
.TagClassName
{
border-color: #ECF040;
}
</style>