Shades of Starship #ECDA40
Tints of Starship #ECDA40
RGB
CMYK
RGB Variations
Color information
#ECDA40 (or 0xECDA40) is known color: Starship. HEX triplet: EC, DA and 40. RGB value is (236,218,64). Sum of RGB (Red+Green+Blue) = 236+218+64=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA40 is #1325BF. Grayscale: #CECECE. Windows color (decimal): -1254848 or 4250348. OLE color: 4250348.
HSL color Cylindrical-coordinate representation of color #ECDA40: hue angle of 53.72º 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 #ECDA40 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 64 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.07 |
| HSL | 53.72º | 0.82% | 0.59% | - |
| HSV(B) | 53.72º | 0.73% | 0.93% | - |
| XYZ | 60.59 | 68.35 | 14.85 | - |
| YUV | 205.83 | 47.96 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 64 | 0 | 0.08 | 0.73 | 0.07 | 53.72 | 0.82 | 0.59 |
| Hex | EC | DA | 40 | 0 | 8 | 49 | 7 | 36 | 52 | 3B |
| Octal | 354 | 332 | 100 | 0 | 10 | 111 | 7 | 66 | 122 | 73 |
| Binary | 11101100 | 11011010 | 1000000 | 0 | 1000 | 1001001 | 111 | 110110 | 1010010 | 111011 |
Color Harmonies of #ECDA40
Complementary color
Monochromatic Colors of #ECDA40
Black with #ECDA40
Text Example
Text Example
White with #ECDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA40; }
p { color: rgb(236,218,64); }
H1.HeaderClassName
{
color: #ECDA40;
}
.AnyTagClassName
{
color: #ECDA40;
}
</style>
background-color css
<style>
a { background-color: #ECDA40; }
a { background-color: rgb(236,218,64); }
div.DivClassName
{
background-color: #ECDA40;
}
.BgClassName
{
background-color: #ECDA40;
}
</style>
border-color css
<style>
span { border-color: #ECDA40; }
span { border-color: rgb(236,218,64); }
td.TdClassName
{
border-color: #ECDA40;
}
.TagClassName
{
border-color: #ECDA40;
}
</style>