Shades of Starship #ECD93F
Tints of Starship #ECD93F
RGB
CMYK
RGB Variations
Color information
#ECD93F (or 0xECD93F) is known color: Starship. HEX triplet: EC, D9 and 3F. RGB value is (236,217,63). Sum of RGB (Red+Green+Blue) = 236+217+63=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 63 (25% from 255 or 12.21% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD93F is #1326C0. Grayscale: #CDCDCD. Windows color (decimal): -1255105 or 4184556. OLE color: 4184556.
HSL color Cylindrical-coordinate representation of color #ECD93F: hue angle of 53.41º 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 #ECD93F is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 63 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.07 |
| HSL | 53.41º | 0.82% | 0.59% | - |
| HSV(B) | 53.41º | 0.73% | 0.93% | - |
| XYZ | 60.3 | 67.82 | 14.61 | - |
| YUV | 205.13 | 47.79 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 63 | 0 | 0.08 | 0.73 | 0.07 | 53.41 | 0.82 | 0.59 |
| Hex | EC | D9 | 3F | 0 | 8 | 49 | 7 | 35 | 52 | 3B |
| Octal | 354 | 331 | 77 | 0 | 10 | 111 | 7 | 65 | 122 | 73 |
| Binary | 11101100 | 11011001 | 111111 | 0 | 1000 | 1001001 | 111 | 110101 | 1010010 | 111011 |
Color Harmonies of #ECD93F
Complementary color
Monochromatic Colors of #ECD93F
Black with #ECD93F
Text Example
Text Example
White with #ECD93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD93F; }
p { color: rgb(236,217,63); }
H1.HeaderClassName
{
color: #ECD93F;
}
.AnyTagClassName
{
color: #ECD93F;
}
</style>
background-color css
<style>
a { background-color: #ECD93F; }
a { background-color: rgb(236,217,63); }
div.DivClassName
{
background-color: #ECD93F;
}
.BgClassName
{
background-color: #ECD93F;
}
</style>
border-color css
<style>
span { border-color: #ECD93F; }
span { border-color: rgb(236,217,63); }
td.TdClassName
{
border-color: #ECD93F;
}
.TagClassName
{
border-color: #ECD93F;
}
</style>