Shades of Starship #ECEF3C
Tints of Starship #ECEF3C
RGB
CMYK
RGB Variations
Color information
#ECEF3C (or 0xECEF3C) is known color: Starship. HEX triplet: EC, EF and 3C. RGB value is (236,239,60). Sum of RGB (Red+Green+Blue) = 236+239+60=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 60 (23.83% from 255 or 11.21% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEF3C is #1310C3. Grayscale: #DADADA. Windows color (decimal): -1249476 or 3993580. OLE color: 3993580.
HSL color Cylindrical-coordinate representation of color #ECEF3C: hue angle of 61.01º degrees, saturation: 0.85, 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 #ECEF3C is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 60 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.06 |
| HSL | 61.01º | 0.85% | 0.59% | - |
| HSV(B) | 61.01º | 0.75% | 0.94% | - |
| XYZ | 66.27 | 79.89 | 16.2 | - |
| YUV | 217.7 | 39.01 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 60 | 0.01 | 0 | 0.75 | 0.06 | 61.01 | 0.85 | 0.59 |
| Hex | EC | EF | 3C | 1 | 0 | 4B | 6 | 3D | 55 | 3B |
| Octal | 354 | 357 | 74 | 1 | 0 | 113 | 6 | 75 | 125 | 73 |
| Binary | 11101100 | 11101111 | 111100 | 1 | 0 | 1001011 | 110 | 111101 | 1010101 | 111011 |
Color Harmonies of #ECEF3C
Complementary color
Monochromatic Colors of #ECEF3C
Black with #ECEF3C
Text Example
Text Example
White with #ECEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEF3C; }
p { color: rgb(236,239,60); }
H1.HeaderClassName
{
color: #ECEF3C;
}
.AnyTagClassName
{
color: #ECEF3C;
}
</style>
background-color css
<style>
a { background-color: #ECEF3C; }
a { background-color: rgb(236,239,60); }
div.DivClassName
{
background-color: #ECEF3C;
}
.BgClassName
{
background-color: #ECEF3C;
}
</style>
border-color css
<style>
span { border-color: #ECEF3C; }
span { border-color: rgb(236,239,60); }
td.TdClassName
{
border-color: #ECEF3C;
}
.TagClassName
{
border-color: #ECEF3C;
}
</style>