Shades of Starship #ECF03D
Tints of Starship #ECF03D
RGB
CMYK
RGB Variations
Color information
#ECF03D (or 0xECF03D) is known color: Starship. HEX triplet: EC, F0 and 3D. RGB value is (236,240,61). Sum of RGB (Red+Green+Blue) = 236+240+61=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 61 (24.22% from 255 or 11.36% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF03D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF03D is #130FC2. Grayscale: #DBDBDB. Windows color (decimal): -1249219 or 4059372. OLE color: 4059372.
HSL color Cylindrical-coordinate representation of color #ECF03D: hue angle of 61.34º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECF03D is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 61 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.06 |
| HSL | 61.34º | 0.86% | 0.59% | - |
| HSV(B) | 61.34º | 0.75% | 0.94% | - |
| XYZ | 66.59 | 80.49 | 16.44 | - |
| YUV | 218.4 | 39.17 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 61 | 0.02 | 0 | 0.75 | 0.06 | 61.34 | 0.86 | 0.59 |
| Hex | EC | F0 | 3D | 2 | 0 | 4B | 6 | 3D | 56 | 3B |
| Octal | 354 | 360 | 75 | 2 | 0 | 113 | 6 | 75 | 126 | 73 |
| Binary | 11101100 | 11110000 | 111101 | 10 | 0 | 1001011 | 110 | 111101 | 1010110 | 111011 |
Color Harmonies of #ECF03D
Complementary color
Monochromatic Colors of #ECF03D
Black with #ECF03D
Text Example
Text Example
White with #ECF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF03D; }
p { color: rgb(236,240,61); }
H1.HeaderClassName
{
color: #ECF03D;
}
.AnyTagClassName
{
color: #ECF03D;
}
</style>
background-color css
<style>
a { background-color: #ECF03D; }
a { background-color: rgb(236,240,61); }
div.DivClassName
{
background-color: #ECF03D;
}
.BgClassName
{
background-color: #ECF03D;
}
</style>
border-color css
<style>
span { border-color: #ECF03D; }
span { border-color: rgb(236,240,61); }
td.TdClassName
{
border-color: #ECF03D;
}
.TagClassName
{
border-color: #ECF03D;
}
</style>