Shades of Starship #ECDE46
Tints of Starship #ECDE46
RGB
CMYK
RGB Variations
Color information
#ECDE46 (or 0xECDE46) is known color: Starship. HEX triplet: EC, DE and 46. RGB value is (236,222,70). Sum of RGB (Red+Green+Blue) = 236+222+70=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 70 (27.73% from 255 or 13.26% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE46 is #1321B9. Grayscale: #D1D1D1. Windows color (decimal): -1253818 or 4644588. OLE color: 4644588.
HSL color Cylindrical-coordinate representation of color #ECDE46: hue angle of 54.94º 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 #ECDE46 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 70 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.07 |
| HSL | 54.94º | 0.81% | 0.6% | - |
| HSV(B) | 54.94º | 0.7% | 0.93% | - |
| XYZ | 61.82 | 70.52 | 16.15 | - |
| YUV | 208.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 70 | 0 | 0.06 | 0.70 | 0.07 | 54.94 | 0.81 | 0.6 |
| Hex | EC | DE | 46 | 0 | 6 | 46 | 7 | 37 | 51 | 3C |
| Octal | 354 | 336 | 106 | 0 | 6 | 106 | 7 | 67 | 121 | 74 |
| Binary | 11101100 | 11011110 | 1000110 | 0 | 110 | 1000110 | 111 | 110111 | 1010001 | 111100 |
Color Harmonies of #ECDE46
Complementary color
Monochromatic Colors of #ECDE46
Black with #ECDE46
Text Example
Text Example
White with #ECDE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE46; }
p { color: rgb(236,222,70); }
H1.HeaderClassName
{
color: #ECDE46;
}
.AnyTagClassName
{
color: #ECDE46;
}
</style>
background-color css
<style>
a { background-color: #ECDE46; }
a { background-color: rgb(236,222,70); }
div.DivClassName
{
background-color: #ECDE46;
}
.BgClassName
{
background-color: #ECDE46;
}
</style>
border-color css
<style>
span { border-color: #ECDE46; }
span { border-color: rgb(236,222,70); }
td.TdClassName
{
border-color: #ECDE46;
}
.TagClassName
{
border-color: #ECDE46;
}
</style>