Shades of Starship #ECEE3C
Tints of Starship #ECEE3C
RGB
CMYK
RGB Variations
Color information
#ECEE3C (or 0xECEE3C) is known color: Starship. HEX triplet: EC, EE and 3C. RGB value is (236,238,60). Sum of RGB (Red+Green+Blue) = 236+238+60=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 60 (23.83% from 255 or 11.24% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEE3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEE3C is #1311C3. Grayscale: #D9D9D9. Windows color (decimal): -1249732 or 3993324. OLE color: 3993324.
HSL color Cylindrical-coordinate representation of color #ECEE3C: hue angle of 60.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECEE3C is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 238 | 60 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.07 |
| HSL | 60.67º | 0.84% | 0.58% | - |
| HSV(B) | 60.67º | 0.75% | 0.93% | - |
| XYZ | 65.98 | 79.31 | 16.11 | - |
| YUV | 217.11 | 39.34 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 60 | 0.01 | 0 | 0.75 | 0.07 | 60.67 | 0.84 | 0.58 |
| Hex | EC | EE | 3C | 1 | 0 | 4B | 7 | 3D | 54 | 3A |
| Octal | 354 | 356 | 74 | 1 | 0 | 113 | 7 | 75 | 124 | 72 |
| Binary | 11101100 | 11101110 | 111100 | 1 | 0 | 1001011 | 111 | 111101 | 1010100 | 111010 |
Color Harmonies of #ECEE3C
Complementary color
Monochromatic Colors of #ECEE3C
Black with #ECEE3C
Text Example
Text Example
White with #ECEE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEE3C; }
p { color: rgb(236,238,60); }
H1.HeaderClassName
{
color: #ECEE3C;
}
.AnyTagClassName
{
color: #ECEE3C;
}
</style>
background-color css
<style>
a { background-color: #ECEE3C; }
a { background-color: rgb(236,238,60); }
div.DivClassName
{
background-color: #ECEE3C;
}
.BgClassName
{
background-color: #ECEE3C;
}
</style>
border-color css
<style>
span { border-color: #ECEE3C; }
span { border-color: rgb(236,238,60); }
td.TdClassName
{
border-color: #ECEE3C;
}
.TagClassName
{
border-color: #ECEE3C;
}
</style>