Shades of Starship #ECDA41
Tints of Starship #ECDA41
RGB
CMYK
RGB Variations
Color information
#ECDA41 (or 0xECDA41) is known color: Starship. HEX triplet: EC, DA and 41. RGB value is (236,218,65). Sum of RGB (Red+Green+Blue) = 236+218+65=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 65 (25.78% from 255 or 12.52% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA41 is #1325BE. Grayscale: #CECECE. Windows color (decimal): -1254847 or 4315884. OLE color: 4315884.
HSL color Cylindrical-coordinate representation of color #ECDA41: hue angle of 53.68º 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 #ECDA41 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 65 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.07 |
| HSL | 53.68º | 0.82% | 0.59% | - |
| HSV(B) | 53.68º | 0.72% | 0.93% | - |
| XYZ | 60.62 | 68.36 | 15 | - |
| YUV | 205.94 | 48.46 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 65 | 0 | 0.08 | 0.72 | 0.07 | 53.68 | 0.82 | 0.59 |
| Hex | EC | DA | 41 | 0 | 8 | 48 | 7 | 36 | 52 | 3B |
| Octal | 354 | 332 | 101 | 0 | 10 | 110 | 7 | 66 | 122 | 73 |
| Binary | 11101100 | 11011010 | 1000001 | 0 | 1000 | 1001000 | 111 | 110110 | 1010010 | 111011 |
Color Harmonies of #ECDA41
Complementary color
Monochromatic Colors of #ECDA41
Black with #ECDA41
Text Example
Text Example
White with #ECDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA41; }
p { color: rgb(236,218,65); }
H1.HeaderClassName
{
color: #ECDA41;
}
.AnyTagClassName
{
color: #ECDA41;
}
</style>
background-color css
<style>
a { background-color: #ECDA41; }
a { background-color: rgb(236,218,65); }
div.DivClassName
{
background-color: #ECDA41;
}
.BgClassName
{
background-color: #ECDA41;
}
</style>
border-color css
<style>
span { border-color: #ECDA41; }
span { border-color: rgb(236,218,65); }
td.TdClassName
{
border-color: #ECDA41;
}
.TagClassName
{
border-color: #ECDA41;
}
</style>