Shades of Starship #ECF03F
Tints of Starship #ECF03F
RGB
CMYK
RGB Variations
Color information
#ECF03F (or 0xECF03F) is known color: Starship. HEX triplet: EC, F0 and 3F. RGB value is (236,240,63). Sum of RGB (Red+Green+Blue) = 236+240+63=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 63 (25% from 255 or 11.69% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF03F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF03F is #130FC0. Grayscale: #DBDBDB. Windows color (decimal): -1249217 or 4190444. OLE color: 4190444.
HSL color Cylindrical-coordinate representation of color #ECF03F: hue angle of 61.36º 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 #ECF03F is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 63 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.06 |
| HSL | 61.36º | 0.86% | 0.59% | - |
| HSV(B) | 61.36º | 0.74% | 0.94% | - |
| XYZ | 66.65 | 80.51 | 16.73 | - |
| YUV | 218.63 | 40.17 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 63 | 0.02 | 0 | 0.74 | 0.06 | 61.36 | 0.86 | 0.59 |
| Hex | EC | F0 | 3F | 2 | 0 | 4A | 6 | 3D | 56 | 3B |
| Octal | 354 | 360 | 77 | 2 | 0 | 112 | 6 | 75 | 126 | 73 |
| Binary | 11101100 | 11110000 | 111111 | 10 | 0 | 1001010 | 110 | 111101 | 1010110 | 111011 |
Color Harmonies of #ECF03F
Complementary color
Monochromatic Colors of #ECF03F
Black with #ECF03F
Text Example
Text Example
White with #ECF03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF03F; }
p { color: rgb(236,240,63); }
H1.HeaderClassName
{
color: #ECF03F;
}
.AnyTagClassName
{
color: #ECF03F;
}
</style>
background-color css
<style>
a { background-color: #ECF03F; }
a { background-color: rgb(236,240,63); }
div.DivClassName
{
background-color: #ECF03F;
}
.BgClassName
{
background-color: #ECF03F;
}
</style>
border-color css
<style>
span { border-color: #ECF03F; }
span { border-color: rgb(236,240,63); }
td.TdClassName
{
border-color: #ECF03F;
}
.TagClassName
{
border-color: #ECF03F;
}
</style>