Shades of Starship #ECD53C
Tints of Starship #ECD53C
RGB
CMYK
RGB Variations
Color information
#ECD53C (or 0xECD53C) is known color: Starship. HEX triplet: EC, D5 and 3C. RGB value is (236,213,60). Sum of RGB (Red+Green+Blue) = 236+213+60=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 60 (23.83% from 255 or 11.79% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD53C is #132AC3. Grayscale: #CBCBCB. Windows color (decimal): -1256132 or 3986924. OLE color: 3986924.
HSL color Cylindrical-coordinate representation of color #ECD53C: hue angle of 52.16º 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 #ECD53C is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 60 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.07 |
| HSL | 52.16º | 0.82% | 0.58% | - |
| HSV(B) | 52.16º | 0.75% | 0.93% | - |
| XYZ | 59.2 | 65.75 | 13.85 | - |
| YUV | 202.44 | 47.62 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 60 | 0 | 0.10 | 0.75 | 0.07 | 52.16 | 0.82 | 0.58 |
| Hex | EC | D5 | 3C | 0 | A | 4B | 7 | 34 | 52 | 3A |
| Octal | 354 | 325 | 74 | 0 | 12 | 113 | 7 | 64 | 122 | 72 |
| Binary | 11101100 | 11010101 | 111100 | 0 | 1010 | 1001011 | 111 | 110100 | 1010010 | 111010 |
Color Harmonies of #ECD53C
Complementary color
Monochromatic Colors of #ECD53C
Black with #ECD53C
Text Example
Text Example
White with #ECD53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD53C; }
p { color: rgb(236,213,60); }
H1.HeaderClassName
{
color: #ECD53C;
}
.AnyTagClassName
{
color: #ECD53C;
}
</style>
background-color css
<style>
a { background-color: #ECD53C; }
a { background-color: rgb(236,213,60); }
div.DivClassName
{
background-color: #ECD53C;
}
.BgClassName
{
background-color: #ECD53C;
}
</style>
border-color css
<style>
span { border-color: #ECD53C; }
span { border-color: rgb(236,213,60); }
td.TdClassName
{
border-color: #ECD53C;
}
.TagClassName
{
border-color: #ECD53C;
}
</style>