Shades of Starship #ECD73C
Tints of Starship #ECD73C
RGB
CMYK
RGB Variations
Color information
#ECD73C (or 0xECD73C) is known color: Starship. HEX triplet: EC, D7 and 3C. RGB value is (236,215,60). Sum of RGB (Red+Green+Blue) = 236+215+60=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD73C is #1328C3. Grayscale: #CCCCCC. Windows color (decimal): -1255620 or 3987436. OLE color: 3987436.
HSL color Cylindrical-coordinate representation of color #ECD73C: hue angle of 52.84º 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 #ECD73C is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 60 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.07 |
| HSL | 52.84º | 0.82% | 0.58% | - |
| HSV(B) | 52.84º | 0.75% | 0.93% | - |
| XYZ | 59.71 | 66.76 | 14.01 | - |
| YUV | 203.61 | 46.96 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 60 | 0 | 0.09 | 0.75 | 0.07 | 52.84 | 0.82 | 0.58 |
| Hex | EC | D7 | 3C | 0 | 9 | 4B | 7 | 35 | 52 | 3A |
| Octal | 354 | 327 | 74 | 0 | 11 | 113 | 7 | 65 | 122 | 72 |
| Binary | 11101100 | 11010111 | 111100 | 0 | 1001 | 1001011 | 111 | 110101 | 1010010 | 111010 |
Color Harmonies of #ECD73C
Complementary color
Monochromatic Colors of #ECD73C
Black with #ECD73C
Text Example
Text Example
White with #ECD73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD73C; }
p { color: rgb(236,215,60); }
H1.HeaderClassName
{
color: #ECD73C;
}
.AnyTagClassName
{
color: #ECD73C;
}
</style>
background-color css
<style>
a { background-color: #ECD73C; }
a { background-color: rgb(236,215,60); }
div.DivClassName
{
background-color: #ECD73C;
}
.BgClassName
{
background-color: #ECD73C;
}
</style>
border-color css
<style>
span { border-color: #ECD73C; }
span { border-color: rgb(236,215,60); }
td.TdClassName
{
border-color: #ECD73C;
}
.TagClassName
{
border-color: #ECD73C;
}
</style>