Shades of Starship #ECFE3A
Tints of Starship #ECFE3A
RGB
CMYK
RGB Variations
Color information
#ECFE3A (or 0xECFE3A) is known color: Starship. HEX triplet: EC, FE and 3A. RGB value is (236,254,58). Sum of RGB (Red+Green+Blue) = 236+254+58=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 58 (23.05% from 255 or 10.58% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFE3A is #1301C5. Grayscale: #E3E3E3. Windows color (decimal): -1245638 or 3866348. OLE color: 3866348.
HSL color Cylindrical-coordinate representation of color #ECFE3A: hue angle of 65.51º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECFE3A is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 58 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.00 |
| HSL | 65.51º | 0.99% | 0.61% | - |
| HSV(B) | 65.51º | 0.77% | 1% | - |
| XYZ | 70.8 | 89.02 | 17.45 | - |
| YUV | 226.27 | 33.04 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 58 | 0.07 | 0 | 0.77 | 0.00 | 65.51 | 0.99 | 0.61 |
| Hex | EC | FE | 3A | 7 | 0 | 4D | 0 | 42 | 63 | 3D |
| Octal | 354 | 376 | 72 | 7 | 0 | 115 | 0 | 102 | 143 | 75 |
| Binary | 11101100 | 11111110 | 111010 | 111 | 0 | 1001101 | 0 | 1000010 | 1100011 | 111101 |
Color Harmonies of #ECFE3A
Complementary color
Monochromatic Colors of #ECFE3A
Black with #ECFE3A
Text Example
Text Example
White with #ECFE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFE3A; }
p { color: rgb(236,254,58); }
H1.HeaderClassName
{
color: #ECFE3A;
}
.AnyTagClassName
{
color: #ECFE3A;
}
</style>
background-color css
<style>
a { background-color: #ECFE3A; }
a { background-color: rgb(236,254,58); }
div.DivClassName
{
background-color: #ECFE3A;
}
.BgClassName
{
background-color: #ECFE3A;
}
</style>
border-color css
<style>
span { border-color: #ECFE3A; }
span { border-color: rgb(236,254,58); }
td.TdClassName
{
border-color: #ECFE3A;
}
.TagClassName
{
border-color: #ECFE3A;
}
</style>