Shades of Starship #ECF53E
Tints of Starship #ECF53E
RGB
CMYK
RGB Variations
Color information
#ECF53E (or 0xECF53E) is known color: Starship. HEX triplet: EC, F5 and 3E. RGB value is (236,245,62). Sum of RGB (Red+Green+Blue) = 236+245+62=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 62 (24.61% from 255 or 11.42% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF53E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF53E is #130AC1. Grayscale: #DEDEDE. Windows color (decimal): -1247938 or 4126188. OLE color: 4126188.
HSL color Cylindrical-coordinate representation of color #ECF53E: hue angle of 62.95º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECF53E is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 62 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.04 |
| HSL | 62.95º | 0.9% | 0.6% | - |
| HSV(B) | 62.95º | 0.75% | 0.96% | - |
| XYZ | 68.11 | 83.49 | 17.08 | - |
| YUV | 221.45 | 38.02 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 62 | 0.04 | 0 | 0.75 | 0.04 | 62.95 | 0.9 | 0.6 |
| Hex | EC | F5 | 3E | 4 | 0 | 4B | 4 | 3F | 5A | 3C |
| Octal | 354 | 365 | 76 | 4 | 0 | 113 | 4 | 77 | 132 | 74 |
| Binary | 11101100 | 11110101 | 111110 | 100 | 0 | 1001011 | 100 | 111111 | 1011010 | 111100 |
Color Harmonies of #ECF53E
Complementary color
Monochromatic Colors of #ECF53E
Black with #ECF53E
Text Example
Text Example
White with #ECF53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF53E; }
p { color: rgb(236,245,62); }
H1.HeaderClassName
{
color: #ECF53E;
}
.AnyTagClassName
{
color: #ECF53E;
}
</style>
background-color css
<style>
a { background-color: #ECF53E; }
a { background-color: rgb(236,245,62); }
div.DivClassName
{
background-color: #ECF53E;
}
.BgClassName
{
background-color: #ECF53E;
}
</style>
border-color css
<style>
span { border-color: #ECF53E; }
span { border-color: rgb(236,245,62); }
td.TdClassName
{
border-color: #ECF53E;
}
.TagClassName
{
border-color: #ECF53E;
}
</style>