Shades of Starship #ECD63D
Tints of Starship #ECD63D
RGB
CMYK
RGB Variations
Color information
#ECD63D (or 0xECD63D) is known color: Starship. HEX triplet: EC, D6 and 3D. RGB value is (236,214,61). Sum of RGB (Red+Green+Blue) = 236+214+61=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 61 (24.22% from 255 or 11.94% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD63D is #1329C2. Grayscale: #CBCBCB. Windows color (decimal): -1255875 or 4052716. OLE color: 4052716.
HSL color Cylindrical-coordinate representation of color #ECD63D: hue angle of 52.46º 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 #ECD63D is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 61 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.07 |
| HSL | 52.46º | 0.82% | 0.58% | - |
| HSV(B) | 52.46º | 0.74% | 0.93% | - |
| XYZ | 59.48 | 66.26 | 14.07 | - |
| YUV | 203.14 | 47.79 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 61 | 0 | 0.09 | 0.74 | 0.07 | 52.46 | 0.82 | 0.58 |
| Hex | EC | D6 | 3D | 0 | 9 | 4A | 7 | 34 | 52 | 3A |
| Octal | 354 | 326 | 75 | 0 | 11 | 112 | 7 | 64 | 122 | 72 |
| Binary | 11101100 | 11010110 | 111101 | 0 | 1001 | 1001010 | 111 | 110100 | 1010010 | 111010 |
Color Harmonies of #ECD63D
Complementary color
Monochromatic Colors of #ECD63D
Black with #ECD63D
Text Example
Text Example
White with #ECD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD63D; }
p { color: rgb(236,214,61); }
H1.HeaderClassName
{
color: #ECD63D;
}
.AnyTagClassName
{
color: #ECD63D;
}
</style>
background-color css
<style>
a { background-color: #ECD63D; }
a { background-color: rgb(236,214,61); }
div.DivClassName
{
background-color: #ECD63D;
}
.BgClassName
{
background-color: #ECD63D;
}
</style>
border-color css
<style>
span { border-color: #ECD63D; }
span { border-color: rgb(236,214,61); }
td.TdClassName
{
border-color: #ECD63D;
}
.TagClassName
{
border-color: #ECD63D;
}
</style>