Shades of Starship #ECE13C
Tints of Starship #ECE13C
RGB
CMYK
RGB Variations
Color information
#ECE13C (or 0xECE13C) is known color: Starship. HEX triplet: EC, E1 and 3C. RGB value is (236,225,60). Sum of RGB (Red+Green+Blue) = 236+225+60=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 60 (23.83% from 255 or 11.52% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE13C is #131EC3. Grayscale: #D2D2D2. Windows color (decimal): -1253060 or 3989996. OLE color: 3989996.
HSL color Cylindrical-coordinate representation of color #ECE13C: hue angle of 56.25º degrees, saturation: 0.82, 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 #ECE13C is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 60 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.07 |
| HSL | 56.25º | 0.82% | 0.58% | - |
| HSV(B) | 56.25º | 0.75% | 0.93% | - |
| XYZ | 62.33 | 72.01 | 14.89 | - |
| YUV | 209.48 | 43.64 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 60 | 0 | 0.05 | 0.75 | 0.07 | 56.25 | 0.82 | 0.58 |
| Hex | EC | E1 | 3C | 0 | 5 | 4B | 7 | 38 | 52 | 3A |
| Octal | 354 | 341 | 74 | 0 | 5 | 113 | 7 | 70 | 122 | 72 |
| Binary | 11101100 | 11100001 | 111100 | 0 | 101 | 1001011 | 111 | 111000 | 1010010 | 111010 |
Color Harmonies of #ECE13C
Complementary color
Monochromatic Colors of #ECE13C
Black with #ECE13C
Text Example
Text Example
White with #ECE13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE13C; }
p { color: rgb(236,225,60); }
H1.HeaderClassName
{
color: #ECE13C;
}
.AnyTagClassName
{
color: #ECE13C;
}
</style>
background-color css
<style>
a { background-color: #ECE13C; }
a { background-color: rgb(236,225,60); }
div.DivClassName
{
background-color: #ECE13C;
}
.BgClassName
{
background-color: #ECE13C;
}
</style>
border-color css
<style>
span { border-color: #ECE13C; }
span { border-color: rgb(236,225,60); }
td.TdClassName
{
border-color: #ECE13C;
}
.TagClassName
{
border-color: #ECE13C;
}
</style>