Shades of Starship #ECDE3F
Tints of Starship #ECDE3F
RGB
CMYK
RGB Variations
Color information
#ECDE3F (or 0xECDE3F) is known color: Starship. HEX triplet: EC, DE and 3F. RGB value is (236,222,63). Sum of RGB (Red+Green+Blue) = 236+222+63=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE3F is #1321C0. Grayscale: #D0D0D0. Windows color (decimal): -1253825 or 4185836. OLE color: 4185836.
HSL color Cylindrical-coordinate representation of color #ECDE3F: hue angle of 55.14º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECDE3F is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 63 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.07 |
| HSL | 55.14º | 0.82% | 0.59% | - |
| HSV(B) | 55.14º | 0.73% | 0.93% | - |
| XYZ | 61.61 | 70.43 | 15.05 | - |
| YUV | 208.06 | 46.14 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 63 | 0 | 0.06 | 0.73 | 0.07 | 55.14 | 0.82 | 0.59 |
| Hex | EC | DE | 3F | 0 | 6 | 49 | 7 | 37 | 52 | 3B |
| Octal | 354 | 336 | 77 | 0 | 6 | 111 | 7 | 67 | 122 | 73 |
| Binary | 11101100 | 11011110 | 111111 | 0 | 110 | 1001001 | 111 | 110111 | 1010010 | 111011 |
Color Harmonies of #ECDE3F
Complementary color
Monochromatic Colors of #ECDE3F
Black with #ECDE3F
Text Example
Text Example
White with #ECDE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE3F; }
p { color: rgb(236,222,63); }
H1.HeaderClassName
{
color: #ECDE3F;
}
.AnyTagClassName
{
color: #ECDE3F;
}
</style>
background-color css
<style>
a { background-color: #ECDE3F; }
a { background-color: rgb(236,222,63); }
div.DivClassName
{
background-color: #ECDE3F;
}
.BgClassName
{
background-color: #ECDE3F;
}
</style>
border-color css
<style>
span { border-color: #ECDE3F; }
span { border-color: rgb(236,222,63); }
td.TdClassName
{
border-color: #ECDE3F;
}
.TagClassName
{
border-color: #ECDE3F;
}
</style>