Shades of Starship #ECF041
Tints of Starship #ECF041
RGB
CMYK
RGB Variations
Color information
#ECF041 (or 0xECF041) is known color: Starship. HEX triplet: EC, F0 and 41. RGB value is (236,240,65). Sum of RGB (Red+Green+Blue) = 236+240+65=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 65 (25.78% from 255 or 12.01% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF041 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF041 is #130FBE. Grayscale: #DBDBDB. Windows color (decimal): -1249215 or 4321516. OLE color: 4321516.
HSL color Cylindrical-coordinate representation of color #ECF041: hue angle of 61.37º 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 #ECF041 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 65 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.06 |
| HSL | 61.37º | 0.85% | 0.6% | - |
| HSV(B) | 61.37º | 0.73% | 0.94% | - |
| XYZ | 66.71 | 80.53 | 17.03 | - |
| YUV | 218.85 | 41.17 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 65 | 0.02 | 0 | 0.73 | 0.06 | 61.37 | 0.85 | 0.6 |
| Hex | EC | F0 | 41 | 2 | 0 | 49 | 6 | 3D | 55 | 3C |
| Octal | 354 | 360 | 101 | 2 | 0 | 111 | 6 | 75 | 125 | 74 |
| Binary | 11101100 | 11110000 | 1000001 | 10 | 0 | 1001001 | 110 | 111101 | 1010101 | 111100 |
Color Harmonies of #ECF041
Complementary color
Monochromatic Colors of #ECF041
Black with #ECF041
Text Example
Text Example
White with #ECF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF041; }
p { color: rgb(236,240,65); }
H1.HeaderClassName
{
color: #ECF041;
}
.AnyTagClassName
{
color: #ECF041;
}
</style>
background-color css
<style>
a { background-color: #ECF041; }
a { background-color: rgb(236,240,65); }
div.DivClassName
{
background-color: #ECF041;
}
.BgClassName
{
background-color: #ECF041;
}
</style>
border-color css
<style>
span { border-color: #ECF041; }
span { border-color: rgb(236,240,65); }
td.TdClassName
{
border-color: #ECF041;
}
.TagClassName
{
border-color: #ECF041;
}
</style>