Shades of Starship #ECF53F
Tints of Starship #ECF53F
RGB
CMYK
RGB Variations
Color information
#ECF53F (or 0xECF53F) is known color: Starship. HEX triplet: EC, F5 and 3F. RGB value is (236,245,63). Sum of RGB (Red+Green+Blue) = 236+245+63=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 63 (25% from 255 or 11.58% from 544); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF53F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF53F is #130AC0. Grayscale: #DEDEDE. Windows color (decimal): -1247937 or 4191724. OLE color: 4191724.
HSL color Cylindrical-coordinate representation of color #ECF53F: hue angle of 62.97º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECF53F is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 63 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.04 |
| HSL | 62.97º | 0.9% | 0.6% | - |
| HSV(B) | 62.97º | 0.74% | 0.96% | - |
| XYZ | 68.14 | 83.5 | 17.23 | - |
| YUV | 221.56 | 38.52 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 63 | 0.04 | 0 | 0.74 | 0.04 | 62.97 | 0.9 | 0.6 |
| Hex | EC | F5 | 3F | 4 | 0 | 4A | 4 | 3F | 5A | 3C |
| Octal | 354 | 365 | 77 | 4 | 0 | 112 | 4 | 77 | 132 | 74 |
| Binary | 11101100 | 11110101 | 111111 | 100 | 0 | 1001010 | 100 | 111111 | 1011010 | 111100 |
Color Harmonies of #ECF53F
Complementary color
Monochromatic Colors of #ECF53F
Black with #ECF53F
Text Example
Text Example
White with #ECF53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF53F; }
p { color: rgb(236,245,63); }
H1.HeaderClassName
{
color: #ECF53F;
}
.AnyTagClassName
{
color: #ECF53F;
}
</style>
background-color css
<style>
a { background-color: #ECF53F; }
a { background-color: rgb(236,245,63); }
div.DivClassName
{
background-color: #ECF53F;
}
.BgClassName
{
background-color: #ECF53F;
}
</style>
border-color css
<style>
span { border-color: #ECF53F; }
span { border-color: rgb(236,245,63); }
td.TdClassName
{
border-color: #ECF53F;
}
.TagClassName
{
border-color: #ECF53F;
}
</style>