Shades of Starship #ECD83C
Tints of Starship #ECD83C
RGB
CMYK
RGB Variations
Color information
#ECD83C (or 0xECD83C) is known color: Starship. HEX triplet: EC, D8 and 3C. RGB value is (236,216,60). Sum of RGB (Red+Green+Blue) = 236+216+60=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 60 (23.83% from 255 or 11.72% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD83C is #1327C3. Grayscale: #CCCCCC. Windows color (decimal): -1255364 or 3987692. OLE color: 3987692.
HSL color Cylindrical-coordinate representation of color #ECD83C: hue angle of 53.18º 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 #ECD83C is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 60 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.07 |
| HSL | 53.18º | 0.82% | 0.58% | - |
| HSV(B) | 53.18º | 0.75% | 0.93% | - |
| XYZ | 59.96 | 67.27 | 14.1 | - |
| YUV | 204.2 | 46.63 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 60 | 0 | 0.08 | 0.75 | 0.07 | 53.18 | 0.82 | 0.58 |
| Hex | EC | D8 | 3C | 0 | 8 | 4B | 7 | 35 | 52 | 3A |
| Octal | 354 | 330 | 74 | 0 | 10 | 113 | 7 | 65 | 122 | 72 |
| Binary | 11101100 | 11011000 | 111100 | 0 | 1000 | 1001011 | 111 | 110101 | 1010010 | 111010 |
Color Harmonies of #ECD83C
Complementary color
Monochromatic Colors of #ECD83C
Black with #ECD83C
Text Example
Text Example
White with #ECD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD83C; }
p { color: rgb(236,216,60); }
H1.HeaderClassName
{
color: #ECD83C;
}
.AnyTagClassName
{
color: #ECD83C;
}
</style>
background-color css
<style>
a { background-color: #ECD83C; }
a { background-color: rgb(236,216,60); }
div.DivClassName
{
background-color: #ECD83C;
}
.BgClassName
{
background-color: #ECD83C;
}
</style>
border-color css
<style>
span { border-color: #ECD83C; }
span { border-color: rgb(236,216,60); }
td.TdClassName
{
border-color: #ECD83C;
}
.TagClassName
{
border-color: #ECD83C;
}
</style>