Shades of Starship #ECEA41
Tints of Starship #ECEA41
RGB
CMYK
RGB Variations
Color information
#ECEA41 (or 0xECEA41) is known color: Starship. HEX triplet: EC, EA and 41. RGB value is (236,234,65). Sum of RGB (Red+Green+Blue) = 236+234+65=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 65 (25.78% from 255 or 12.15% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEA41 is #1315BE. Grayscale: #D8D8D8. Windows color (decimal): -1250751 or 4319980. OLE color: 4319980.
HSL color Cylindrical-coordinate representation of color #ECEA41: hue angle of 59.3º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECEA41 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 65 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.07 |
| HSL | 59.3º | 0.82% | 0.59% | - |
| HSV(B) | 59.3º | 0.72% | 0.93% | - |
| XYZ | 64.97 | 77.06 | 16.45 | - |
| YUV | 215.33 | 43.16 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 65 | 0 | 0.01 | 0.72 | 0.07 | 59.3 | 0.82 | 0.59 |
| Hex | EC | EA | 41 | 0 | 1 | 48 | 7 | 3B | 52 | 3B |
| Octal | 354 | 352 | 101 | 0 | 1 | 110 | 7 | 73 | 122 | 73 |
| Binary | 11101100 | 11101010 | 1000001 | 0 | 1 | 1001000 | 111 | 111011 | 1010010 | 111011 |
Color Harmonies of #ECEA41
Complementary color
Monochromatic Colors of #ECEA41
Black with #ECEA41
Text Example
Text Example
White with #ECEA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA41; }
p { color: rgb(236,234,65); }
H1.HeaderClassName
{
color: #ECEA41;
}
.AnyTagClassName
{
color: #ECEA41;
}
</style>
background-color css
<style>
a { background-color: #ECEA41; }
a { background-color: rgb(236,234,65); }
div.DivClassName
{
background-color: #ECEA41;
}
.BgClassName
{
background-color: #ECEA41;
}
</style>
border-color css
<style>
span { border-color: #ECEA41; }
span { border-color: rgb(236,234,65); }
td.TdClassName
{
border-color: #ECEA41;
}
.TagClassName
{
border-color: #ECEA41;
}
</style>