Shades of Starship #ECF83A
Tints of Starship #ECF83A
RGB
CMYK
RGB Variations
Color information
#ECF83A (or 0xECF83A) is known color: Starship. HEX triplet: EC, F8 and 3A. RGB value is (236,248,58). Sum of RGB (Red+Green+Blue) = 236+248+58=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 58 (23.05% from 255 or 10.70% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF83A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF83A is #1307C5. Grayscale: #DFDFDF. Windows color (decimal): -1247174 or 3864812. OLE color: 3864812.
HSL color Cylindrical-coordinate representation of color #ECF83A: hue angle of 63.79º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECF83A is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 58 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.03 |
| HSL | 63.79º | 0.93% | 0.6% | - |
| HSV(B) | 63.79º | 0.77% | 0.97% | - |
| XYZ | 68.92 | 85.27 | 16.83 | - |
| YUV | 222.75 | 35.02 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 58 | 0.05 | 0 | 0.77 | 0.03 | 63.79 | 0.93 | 0.6 |
| Hex | EC | F8 | 3A | 5 | 0 | 4D | 3 | 40 | 5D | 3C |
| Octal | 354 | 370 | 72 | 5 | 0 | 115 | 3 | 100 | 135 | 74 |
| Binary | 11101100 | 11111000 | 111010 | 101 | 0 | 1001101 | 11 | 1000000 | 1011101 | 111100 |
Color Harmonies of #ECF83A
Complementary color
Monochromatic Colors of #ECF83A
Black with #ECF83A
Text Example
Text Example
White with #ECF83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF83A; }
p { color: rgb(236,248,58); }
H1.HeaderClassName
{
color: #ECF83A;
}
.AnyTagClassName
{
color: #ECF83A;
}
</style>
background-color css
<style>
a { background-color: #ECF83A; }
a { background-color: rgb(236,248,58); }
div.DivClassName
{
background-color: #ECF83A;
}
.BgClassName
{
background-color: #ECF83A;
}
</style>
border-color css
<style>
span { border-color: #ECF83A; }
span { border-color: rgb(236,248,58); }
td.TdClassName
{
border-color: #ECF83A;
}
.TagClassName
{
border-color: #ECF83A;
}
</style>