Shades of Starship #ECD63F
Tints of Starship #ECD63F
RGB
CMYK
RGB Variations
Color information
#ECD63F (or 0xECD63F) is known color: Starship. HEX triplet: EC, D6 and 3F. RGB value is (236,214,63). Sum of RGB (Red+Green+Blue) = 236+214+63=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD63F is #1329C0. Grayscale: #CBCBCB. Windows color (decimal): -1255873 or 4183788. OLE color: 4183788.
HSL color Cylindrical-coordinate representation of color #ECD63F: hue angle of 52.37º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECD63F is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 63 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.07 |
| HSL | 52.37º | 0.82% | 0.59% | - |
| HSV(B) | 52.37º | 0.73% | 0.93% | - |
| XYZ | 59.54 | 66.28 | 14.36 | - |
| YUV | 203.36 | 48.79 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 63 | 0 | 0.09 | 0.73 | 0.07 | 52.37 | 0.82 | 0.59 |
| Hex | EC | D6 | 3F | 0 | 9 | 49 | 7 | 34 | 52 | 3B |
| Octal | 354 | 326 | 77 | 0 | 11 | 111 | 7 | 64 | 122 | 73 |
| Binary | 11101100 | 11010110 | 111111 | 0 | 1001 | 1001001 | 111 | 110100 | 1010010 | 111011 |
Color Harmonies of #ECD63F
Complementary color
Monochromatic Colors of #ECD63F
Black with #ECD63F
Text Example
Text Example
White with #ECD63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD63F; }
p { color: rgb(236,214,63); }
H1.HeaderClassName
{
color: #ECD63F;
}
.AnyTagClassName
{
color: #ECD63F;
}
</style>
background-color css
<style>
a { background-color: #ECD63F; }
a { background-color: rgb(236,214,63); }
div.DivClassName
{
background-color: #ECD63F;
}
.BgClassName
{
background-color: #ECD63F;
}
</style>
border-color css
<style>
span { border-color: #ECD63F; }
span { border-color: rgb(236,214,63); }
td.TdClassName
{
border-color: #ECD63F;
}
.TagClassName
{
border-color: #ECD63F;
}
</style>