Shades of Starship #ECDA43
Tints of Starship #ECDA43
RGB
CMYK
RGB Variations
Color information
#ECDA43 (or 0xECDA43) is known color: Starship. HEX triplet: EC, DA and 43. RGB value is (236,218,67). Sum of RGB (Red+Green+Blue) = 236+218+67=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 67 (26.56% from 255 or 12.86% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA43 is #1325BC. Grayscale: #CECECE. Windows color (decimal): -1254845 or 4446956. OLE color: 4446956.
HSL color Cylindrical-coordinate representation of color #ECDA43: hue angle of 53.61º 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 #ECDA43 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 67 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.07 |
| HSL | 53.61º | 0.82% | 0.59% | - |
| HSV(B) | 53.61º | 0.72% | 0.93% | - |
| XYZ | 60.68 | 68.38 | 15.31 | - |
| YUV | 206.17 | 49.46 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 67 | 0 | 0.08 | 0.72 | 0.07 | 53.61 | 0.82 | 0.59 |
| Hex | EC | DA | 43 | 0 | 8 | 48 | 7 | 36 | 52 | 3B |
| Octal | 354 | 332 | 103 | 0 | 10 | 110 | 7 | 66 | 122 | 73 |
| Binary | 11101100 | 11011010 | 1000011 | 0 | 1000 | 1001000 | 111 | 110110 | 1010010 | 111011 |
Color Harmonies of #ECDA43
Complementary color
Monochromatic Colors of #ECDA43
Black with #ECDA43
Text Example
Text Example
White with #ECDA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA43; }
p { color: rgb(236,218,67); }
H1.HeaderClassName
{
color: #ECDA43;
}
.AnyTagClassName
{
color: #ECDA43;
}
</style>
background-color css
<style>
a { background-color: #ECDA43; }
a { background-color: rgb(236,218,67); }
div.DivClassName
{
background-color: #ECDA43;
}
.BgClassName
{
background-color: #ECDA43;
}
</style>
border-color css
<style>
span { border-color: #ECDA43; }
span { border-color: rgb(236,218,67); }
td.TdClassName
{
border-color: #ECDA43;
}
.TagClassName
{
border-color: #ECDA43;
}
</style>