Shades of Starship #ECD73D
Tints of Starship #ECD73D
RGB
CMYK
RGB Variations
Color information
#ECD73D (or 0xECD73D) is known color: Starship. HEX triplet: EC, D7 and 3D. RGB value is (236,215,61). Sum of RGB (Red+Green+Blue) = 236+215+61=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD73D is #1328C2. Grayscale: #CCCCCC. Windows color (decimal): -1255619 or 4052972. OLE color: 4052972.
HSL color Cylindrical-coordinate representation of color #ECD73D: hue angle of 52.8º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECD73D is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 61 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.07 |
| HSL | 52.8º | 0.82% | 0.58% | - |
| HSV(B) | 52.8º | 0.74% | 0.93% | - |
| XYZ | 59.73 | 66.77 | 14.15 | - |
| YUV | 203.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 61 | 0 | 0.09 | 0.74 | 0.07 | 52.8 | 0.82 | 0.58 |
| Hex | EC | D7 | 3D | 0 | 9 | 4A | 7 | 35 | 52 | 3A |
| Octal | 354 | 327 | 75 | 0 | 11 | 112 | 7 | 65 | 122 | 72 |
| Binary | 11101100 | 11010111 | 111101 | 0 | 1001 | 1001010 | 111 | 110101 | 1010010 | 111010 |
Color Harmonies of #ECD73D
Complementary color
Monochromatic Colors of #ECD73D
Black with #ECD73D
Text Example
Text Example
White with #ECD73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD73D; }
p { color: rgb(236,215,61); }
H1.HeaderClassName
{
color: #ECD73D;
}
.AnyTagClassName
{
color: #ECD73D;
}
</style>
background-color css
<style>
a { background-color: #ECD73D; }
a { background-color: rgb(236,215,61); }
div.DivClassName
{
background-color: #ECD73D;
}
.BgClassName
{
background-color: #ECD73D;
}
</style>
border-color css
<style>
span { border-color: #ECD73D; }
span { border-color: rgb(236,215,61); }
td.TdClassName
{
border-color: #ECD73D;
}
.TagClassName
{
border-color: #ECD73D;
}
</style>