Shades of Starship #ECDA3F
Tints of Starship #ECDA3F
RGB
CMYK
RGB Variations
Color information
#ECDA3F (or 0xECDA3F) is known color: Starship. HEX triplet: EC, DA and 3F. RGB value is (236,218,63). Sum of RGB (Red+Green+Blue) = 236+218+63=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA3F is #1325C0. Grayscale: #CECECE. Windows color (decimal): -1254849 or 4184812. OLE color: 4184812.
HSL color Cylindrical-coordinate representation of color #ECDA3F: hue angle of 53.76º 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 #ECDA3F is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 63 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.07 |
| HSL | 53.76º | 0.82% | 0.59% | - |
| HSV(B) | 53.76º | 0.73% | 0.93% | - |
| XYZ | 60.56 | 68.33 | 14.7 | - |
| YUV | 205.71 | 47.46 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 63 | 0 | 0.08 | 0.73 | 0.07 | 53.76 | 0.82 | 0.59 |
| Hex | EC | DA | 3F | 0 | 8 | 49 | 7 | 36 | 52 | 3B |
| Octal | 354 | 332 | 77 | 0 | 10 | 111 | 7 | 66 | 122 | 73 |
| Binary | 11101100 | 11011010 | 111111 | 0 | 1000 | 1001001 | 111 | 110110 | 1010010 | 111011 |
Color Harmonies of #ECDA3F
Complementary color
Monochromatic Colors of #ECDA3F
Black with #ECDA3F
Text Example
Text Example
White with #ECDA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA3F; }
p { color: rgb(236,218,63); }
H1.HeaderClassName
{
color: #ECDA3F;
}
.AnyTagClassName
{
color: #ECDA3F;
}
</style>
background-color css
<style>
a { background-color: #ECDA3F; }
a { background-color: rgb(236,218,63); }
div.DivClassName
{
background-color: #ECDA3F;
}
.BgClassName
{
background-color: #ECDA3F;
}
</style>
border-color css
<style>
span { border-color: #ECDA3F; }
span { border-color: rgb(236,218,63); }
td.TdClassName
{
border-color: #ECDA3F;
}
.TagClassName
{
border-color: #ECDA3F;
}
</style>