Shades of Starship #ECFF3A
Tints of Starship #ECFF3A
RGB
CMYK
RGB Variations
Color information
#ECFF3A (or 0xECFF3A) is known color: Starship. HEX triplet: EC, FF and 3A. RGB value is (236,255,58). Sum of RGB (Red+Green+Blue) = 236+255+58=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 58 (23.05% from 255 or 10.56% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFF3A is #1300C5. Grayscale: #E3E3E3. Windows color (decimal): -1245382 or 3866604. OLE color: 3866604.
HSL color Cylindrical-coordinate representation of color #ECFF3A: hue angle of 65.79º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECFF3A is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 58 | - |
| CMYK | 0.07 | 0 | 0.77 | 0 |
| HSL | 65.79º | 1% | 0.61% | - |
| HSV(B) | 65.79º | 0.77% | 1% | - |
| XYZ | 71.12 | 89.66 | 17.56 | - |
| YUV | 226.86 | 32.71 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 58 | 0.07 | 0 | 0.77 | 0 | 65.79 | 1 | 0.61 |
| Hex | EC | FF | 3A | 7 | 0 | 4D | 0 | 42 | 64 | 3D |
| Octal | 354 | 377 | 72 | 7 | 0 | 115 | 0 | 102 | 144 | 75 |
| Binary | 11101100 | 11111111 | 111010 | 111 | 0 | 1001101 | 0 | 1000010 | 1100100 | 111101 |
Color Harmonies of #ECFF3A
Complementary color
Monochromatic Colors of #ECFF3A
Black with #ECFF3A
Text Example
Text Example
White with #ECFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF3A; }
p { color: rgb(236,255,58); }
H1.HeaderClassName
{
color: #ECFF3A;
}
.AnyTagClassName
{
color: #ECFF3A;
}
</style>
background-color css
<style>
a { background-color: #ECFF3A; }
a { background-color: rgb(236,255,58); }
div.DivClassName
{
background-color: #ECFF3A;
}
.BgClassName
{
background-color: #ECFF3A;
}
</style>
border-color css
<style>
span { border-color: #ECFF3A; }
span { border-color: rgb(236,255,58); }
td.TdClassName
{
border-color: #ECFF3A;
}
.TagClassName
{
border-color: #ECFF3A;
}
</style>