Shades of Starship #ECDC46
Tints of Starship #ECDC46
RGB
CMYK
RGB Variations
Color information
#ECDC46 (or 0xECDC46) is known color: Starship. HEX triplet: EC, DC and 46. RGB value is (236,220,70). Sum of RGB (Red+Green+Blue) = 236+220+70=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 70 (27.73% from 255 or 13.31% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC46 is #1323B9. Grayscale: #D0D0D0. Windows color (decimal): -1254330 or 4644076. OLE color: 4644076.
HSL color Cylindrical-coordinate representation of color #ECDC46: hue angle of 54.22º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECDC46 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 70 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.07 |
| HSL | 54.22º | 0.81% | 0.6% | - |
| HSV(B) | 54.22º | 0.7% | 0.93% | - |
| XYZ | 61.29 | 69.46 | 15.97 | - |
| YUV | 207.68 | 50.3 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 70 | 0 | 0.07 | 0.70 | 0.07 | 54.22 | 0.81 | 0.6 |
| Hex | EC | DC | 46 | 0 | 7 | 46 | 7 | 36 | 51 | 3C |
| Octal | 354 | 334 | 106 | 0 | 7 | 106 | 7 | 66 | 121 | 74 |
| Binary | 11101100 | 11011100 | 1000110 | 0 | 111 | 1000110 | 111 | 110110 | 1010001 | 111100 |
Color Harmonies of #ECDC46
Complementary color
Monochromatic Colors of #ECDC46
Black with #ECDC46
Text Example
Text Example
White with #ECDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC46; }
p { color: rgb(236,220,70); }
H1.HeaderClassName
{
color: #ECDC46;
}
.AnyTagClassName
{
color: #ECDC46;
}
</style>
background-color css
<style>
a { background-color: #ECDC46; }
a { background-color: rgb(236,220,70); }
div.DivClassName
{
background-color: #ECDC46;
}
.BgClassName
{
background-color: #ECDC46;
}
</style>
border-color css
<style>
span { border-color: #ECDC46; }
span { border-color: rgb(236,220,70); }
td.TdClassName
{
border-color: #ECDC46;
}
.TagClassName
{
border-color: #ECDC46;
}
</style>