Shades of Starship #ECE040
Tints of Starship #ECE040
RGB
CMYK
RGB Variations
Color information
#ECE040 (or 0xECE040) is known color: Starship. HEX triplet: EC, E0 and 40. RGB value is (236,224,64). Sum of RGB (Red+Green+Blue) = 236+224+64=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 64 (25.39% from 255 or 12.21% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE040 is #131FBF. Grayscale: #D1D1D1. Windows color (decimal): -1253312 or 4251884. OLE color: 4251884.
HSL color Cylindrical-coordinate representation of color #ECE040: hue angle of 55.81º 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 #ECE040 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 64 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.07 |
| HSL | 55.81º | 0.82% | 0.59% | - |
| HSV(B) | 55.81º | 0.73% | 0.93% | - |
| XYZ | 62.17 | 71.51 | 15.38 | - |
| YUV | 209.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 64 | 0 | 0.05 | 0.73 | 0.07 | 55.81 | 0.82 | 0.59 |
| Hex | EC | E0 | 40 | 0 | 5 | 49 | 7 | 38 | 52 | 3B |
| Octal | 354 | 340 | 100 | 0 | 5 | 111 | 7 | 70 | 122 | 73 |
| Binary | 11101100 | 11100000 | 1000000 | 0 | 101 | 1001001 | 111 | 111000 | 1010010 | 111011 |
Color Harmonies of #ECE040
Complementary color
Monochromatic Colors of #ECE040
Black with #ECE040
Text Example
Text Example
White with #ECE040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE040; }
p { color: rgb(236,224,64); }
H1.HeaderClassName
{
color: #ECE040;
}
.AnyTagClassName
{
color: #ECE040;
}
</style>
background-color css
<style>
a { background-color: #ECE040; }
a { background-color: rgb(236,224,64); }
div.DivClassName
{
background-color: #ECE040;
}
.BgClassName
{
background-color: #ECE040;
}
</style>
border-color css
<style>
span { border-color: #ECE040; }
span { border-color: rgb(236,224,64); }
td.TdClassName
{
border-color: #ECE040;
}
.TagClassName
{
border-color: #ECE040;
}
</style>