Shades of Starship #ECF23B
Tints of Starship #ECF23B
RGB
CMYK
RGB Variations
Color information
#ECF23B (or 0xECF23B) is known color: Starship. HEX triplet: EC, F2 and 3B. RGB value is (236,242,59). Sum of RGB (Red+Green+Blue) = 236+242+59=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 59 (23.44% from 255 or 10.99% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF23B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF23B is #130DC4. Grayscale: #DCDCDC. Windows color (decimal): -1248709 or 3928812. OLE color: 3928812.
HSL color Cylindrical-coordinate representation of color #ECF23B: hue angle of 61.97º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECF23B is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 59 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.05 |
| HSL | 61.97º | 0.88% | 0.59% | - |
| HSV(B) | 61.97º | 0.76% | 0.95% | - |
| XYZ | 67.13 | 81.65 | 16.36 | - |
| YUV | 219.34 | 37.51 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 59 | 0.02 | 0 | 0.76 | 0.05 | 61.97 | 0.88 | 0.59 |
| Hex | EC | F2 | 3B | 2 | 0 | 4C | 5 | 3E | 58 | 3B |
| Octal | 354 | 362 | 73 | 2 | 0 | 114 | 5 | 76 | 130 | 73 |
| Binary | 11101100 | 11110010 | 111011 | 10 | 0 | 1001100 | 101 | 111110 | 1011000 | 111011 |
Color Harmonies of #ECF23B
Complementary color
Monochromatic Colors of #ECF23B
Black with #ECF23B
Text Example
Text Example
White with #ECF23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF23B; }
p { color: rgb(236,242,59); }
H1.HeaderClassName
{
color: #ECF23B;
}
.AnyTagClassName
{
color: #ECF23B;
}
</style>
background-color css
<style>
a { background-color: #ECF23B; }
a { background-color: rgb(236,242,59); }
div.DivClassName
{
background-color: #ECF23B;
}
.BgClassName
{
background-color: #ECF23B;
}
</style>
border-color css
<style>
span { border-color: #ECF23B; }
span { border-color: rgb(236,242,59); }
td.TdClassName
{
border-color: #ECF23B;
}
.TagClassName
{
border-color: #ECF23B;
}
</style>