Shades of Starship #ECF240
Tints of Starship #ECF240
RGB
CMYK
RGB Variations
Color information
#ECF240 (or 0xECF240) is known color: Starship. HEX triplet: EC, F2 and 40. RGB value is (236,242,64). Sum of RGB (Red+Green+Blue) = 236+242+64=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 64 (25.39% from 255 or 11.81% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF240 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF240 is #130DBF. Grayscale: #DCDCDC. Windows color (decimal): -1248704 or 4256492. OLE color: 4256492.
HSL color Cylindrical-coordinate representation of color #ECF240: hue angle of 62.02º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECF240 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 64 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.05 |
| HSL | 62.02º | 0.87% | 0.6% | - |
| HSV(B) | 62.02º | 0.74% | 0.95% | - |
| XYZ | 67.27 | 81.71 | 17.08 | - |
| YUV | 219.91 | 40.01 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 64 | 0.02 | 0 | 0.74 | 0.05 | 62.02 | 0.87 | 0.6 |
| Hex | EC | F2 | 40 | 2 | 0 | 4A | 5 | 3E | 57 | 3C |
| Octal | 354 | 362 | 100 | 2 | 0 | 112 | 5 | 76 | 127 | 74 |
| Binary | 11101100 | 11110010 | 1000000 | 10 | 0 | 1001010 | 101 | 111110 | 1010111 | 111100 |
Color Harmonies of #ECF240
Complementary color
Monochromatic Colors of #ECF240
Black with #ECF240
Text Example
Text Example
White with #ECF240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF240; }
p { color: rgb(236,242,64); }
H1.HeaderClassName
{
color: #ECF240;
}
.AnyTagClassName
{
color: #ECF240;
}
</style>
background-color css
<style>
a { background-color: #ECF240; }
a { background-color: rgb(236,242,64); }
div.DivClassName
{
background-color: #ECF240;
}
.BgClassName
{
background-color: #ECF240;
}
</style>
border-color css
<style>
span { border-color: #ECF240; }
span { border-color: rgb(236,242,64); }
td.TdClassName
{
border-color: #ECF240;
}
.TagClassName
{
border-color: #ECF240;
}
</style>