Shades of Starship #ECF13E
Tints of Starship #ECF13E
RGB
CMYK
RGB Variations
Color information
#ECF13E (or 0xECF13E) is known color: Starship. HEX triplet: EC, F1 and 3E. RGB value is (236,241,62). Sum of RGB (Red+Green+Blue) = 236+241+62=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 62 (24.61% from 255 or 11.50% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF13E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF13E is #130EC1. Grayscale: #DBDBDB. Windows color (decimal): -1248962 or 4125164. OLE color: 4125164.
HSL color Cylindrical-coordinate representation of color #ECF13E: hue angle of 61.68º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECF13E is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 62 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.05 |
| HSL | 61.68º | 0.86% | 0.59% | - |
| HSV(B) | 61.68º | 0.74% | 0.95% | - |
| XYZ | 66.92 | 81.09 | 16.68 | - |
| YUV | 219.1 | 39.34 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 62 | 0.02 | 0 | 0.74 | 0.05 | 61.68 | 0.86 | 0.59 |
| Hex | EC | F1 | 3E | 2 | 0 | 4A | 5 | 3E | 56 | 3B |
| Octal | 354 | 361 | 76 | 2 | 0 | 112 | 5 | 76 | 126 | 73 |
| Binary | 11101100 | 11110001 | 111110 | 10 | 0 | 1001010 | 101 | 111110 | 1010110 | 111011 |
Color Harmonies of #ECF13E
Complementary color
Monochromatic Colors of #ECF13E
Black with #ECF13E
Text Example
Text Example
White with #ECF13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF13E; }
p { color: rgb(236,241,62); }
H1.HeaderClassName
{
color: #ECF13E;
}
.AnyTagClassName
{
color: #ECF13E;
}
</style>
background-color css
<style>
a { background-color: #ECF13E; }
a { background-color: rgb(236,241,62); }
div.DivClassName
{
background-color: #ECF13E;
}
.BgClassName
{
background-color: #ECF13E;
}
</style>
border-color css
<style>
span { border-color: #ECF13E; }
span { border-color: rgb(236,241,62); }
td.TdClassName
{
border-color: #ECF13E;
}
.TagClassName
{
border-color: #ECF13E;
}
</style>