Shades of Starship #ECF03E
Tints of Starship #ECF03E
RGB
CMYK
RGB Variations
Color information
#ECF03E (or 0xECF03E) is known color: Starship. HEX triplet: EC, F0 and 3E. RGB value is (236,240,62). Sum of RGB (Red+Green+Blue) = 236+240+62=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 62 (24.61% from 255 or 11.52% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF03E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF03E is #130FC1. Grayscale: #DBDBDB. Windows color (decimal): -1249218 or 4124908. OLE color: 4124908.
HSL color Cylindrical-coordinate representation of color #ECF03E: hue angle of 61.35º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECF03E is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 62 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.06 |
| HSL | 61.35º | 0.86% | 0.59% | - |
| HSV(B) | 61.35º | 0.74% | 0.94% | - |
| XYZ | 66.62 | 80.5 | 16.58 | - |
| YUV | 218.51 | 39.67 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 62 | 0.02 | 0 | 0.74 | 0.06 | 61.35 | 0.86 | 0.59 |
| Hex | EC | F0 | 3E | 2 | 0 | 4A | 6 | 3D | 56 | 3B |
| Octal | 354 | 360 | 76 | 2 | 0 | 112 | 6 | 75 | 126 | 73 |
| Binary | 11101100 | 11110000 | 111110 | 10 | 0 | 1001010 | 110 | 111101 | 1010110 | 111011 |
Color Harmonies of #ECF03E
Complementary color
Monochromatic Colors of #ECF03E
Black with #ECF03E
Text Example
Text Example
White with #ECF03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF03E; }
p { color: rgb(236,240,62); }
H1.HeaderClassName
{
color: #ECF03E;
}
.AnyTagClassName
{
color: #ECF03E;
}
</style>
background-color css
<style>
a { background-color: #ECF03E; }
a { background-color: rgb(236,240,62); }
div.DivClassName
{
background-color: #ECF03E;
}
.BgClassName
{
background-color: #ECF03E;
}
</style>
border-color css
<style>
span { border-color: #ECF03E; }
span { border-color: rgb(236,240,62); }
td.TdClassName
{
border-color: #ECF03E;
}
.TagClassName
{
border-color: #ECF03E;
}
</style>