Shades of Starship #ECD83D
Tints of Starship #ECD83D
RGB
CMYK
RGB Variations
Color information
#ECD83D (or 0xECD83D) is known color: Starship. HEX triplet: EC, D8 and 3D. RGB value is (236,216,61). Sum of RGB (Red+Green+Blue) = 236+216+61=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 61 (24.22% from 255 or 11.89% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD83D is #1327C2. Grayscale: #CCCCCC. Windows color (decimal): -1255363 or 4053228. OLE color: 4053228.
HSL color Cylindrical-coordinate representation of color #ECD83D: hue angle of 53.14º 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 #ECD83D is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 61 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.07 |
| HSL | 53.14º | 0.82% | 0.58% | - |
| HSV(B) | 53.14º | 0.74% | 0.93% | - |
| XYZ | 59.99 | 67.28 | 14.24 | - |
| YUV | 204.31 | 47.13 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 61 | 0 | 0.08 | 0.74 | 0.07 | 53.14 | 0.82 | 0.58 |
| Hex | EC | D8 | 3D | 0 | 8 | 4A | 7 | 35 | 52 | 3A |
| Octal | 354 | 330 | 75 | 0 | 10 | 112 | 7 | 65 | 122 | 72 |
| Binary | 11101100 | 11011000 | 111101 | 0 | 1000 | 1001010 | 111 | 110101 | 1010010 | 111010 |
Color Harmonies of #ECD83D
Complementary color
Monochromatic Colors of #ECD83D
Black with #ECD83D
Text Example
Text Example
White with #ECD83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD83D; }
p { color: rgb(236,216,61); }
H1.HeaderClassName
{
color: #ECD83D;
}
.AnyTagClassName
{
color: #ECD83D;
}
</style>
background-color css
<style>
a { background-color: #ECD83D; }
a { background-color: rgb(236,216,61); }
div.DivClassName
{
background-color: #ECD83D;
}
.BgClassName
{
background-color: #ECD83D;
}
</style>
border-color css
<style>
span { border-color: #ECD83D; }
span { border-color: rgb(236,216,61); }
td.TdClassName
{
border-color: #ECD83D;
}
.TagClassName
{
border-color: #ECD83D;
}
</style>