Shades of Starship #ECD93D
Tints of Starship #ECD93D
RGB
CMYK
RGB Variations
Color information
#ECD93D (or 0xECD93D) is known color: Starship. HEX triplet: EC, D9 and 3D. RGB value is (236,217,61). Sum of RGB (Red+Green+Blue) = 236+217+61=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD93D is #1326C2. Grayscale: #CDCDCD. Windows color (decimal): -1255107 or 4053484. OLE color: 4053484.
HSL color Cylindrical-coordinate representation of color #ECD93D: hue angle of 53.49º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECD93D is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 61 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.07 |
| HSL | 53.49º | 0.82% | 0.58% | - |
| HSV(B) | 53.49º | 0.74% | 0.93% | - |
| XYZ | 60.25 | 67.8 | 14.33 | - |
| YUV | 204.9 | 46.79 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 61 | 0 | 0.08 | 0.74 | 0.07 | 53.49 | 0.82 | 0.58 |
| Hex | EC | D9 | 3D | 0 | 8 | 4A | 7 | 35 | 52 | 3A |
| Octal | 354 | 331 | 75 | 0 | 10 | 112 | 7 | 65 | 122 | 72 |
| Binary | 11101100 | 11011001 | 111101 | 0 | 1000 | 1001010 | 111 | 110101 | 1010010 | 111010 |
Color Harmonies of #ECD93D
Complementary color
Monochromatic Colors of #ECD93D
Black with #ECD93D
Text Example
Text Example
White with #ECD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD93D; }
p { color: rgb(236,217,61); }
H1.HeaderClassName
{
color: #ECD93D;
}
.AnyTagClassName
{
color: #ECD93D;
}
</style>
background-color css
<style>
a { background-color: #ECD93D; }
a { background-color: rgb(236,217,61); }
div.DivClassName
{
background-color: #ECD93D;
}
.BgClassName
{
background-color: #ECD93D;
}
</style>
border-color css
<style>
span { border-color: #ECD93D; }
span { border-color: rgb(236,217,61); }
td.TdClassName
{
border-color: #ECD93D;
}
.TagClassName
{
border-color: #ECD93D;
}
</style>