Shades of Starship #ECD43C
Tints of Starship #ECD43C
RGB
CMYK
RGB Variations
Color information
#ECD43C (or 0xECD43C) is known color: Starship. HEX triplet: EC, D4 and 3C. RGB value is (236,212,60). Sum of RGB (Red+Green+Blue) = 236+212+60=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD43C is #132BC3. Grayscale: #CACACA. Windows color (decimal): -1256388 or 3986668. OLE color: 3986668.
HSL color Cylindrical-coordinate representation of color #ECD43C: hue angle of 51.82º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECD43C is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 60 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.07 |
| HSL | 51.82º | 0.82% | 0.58% | - |
| HSV(B) | 51.82º | 0.75% | 0.93% | - |
| XYZ | 58.95 | 65.25 | 13.76 | - |
| YUV | 201.85 | 47.95 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 60 | 0 | 0.10 | 0.75 | 0.07 | 51.82 | 0.82 | 0.58 |
| Hex | EC | D4 | 3C | 0 | A | 4B | 7 | 34 | 52 | 3A |
| Octal | 354 | 324 | 74 | 0 | 12 | 113 | 7 | 64 | 122 | 72 |
| Binary | 11101100 | 11010100 | 111100 | 0 | 1010 | 1001011 | 111 | 110100 | 1010010 | 111010 |
Color Harmonies of #ECD43C
Complementary color
Monochromatic Colors of #ECD43C
Black with #ECD43C
Text Example
Text Example
White with #ECD43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD43C; }
p { color: rgb(236,212,60); }
H1.HeaderClassName
{
color: #ECD43C;
}
.AnyTagClassName
{
color: #ECD43C;
}
</style>
background-color css
<style>
a { background-color: #ECD43C; }
a { background-color: rgb(236,212,60); }
div.DivClassName
{
background-color: #ECD43C;
}
.BgClassName
{
background-color: #ECD43C;
}
</style>
border-color css
<style>
span { border-color: #ECD43C; }
span { border-color: rgb(236,212,60); }
td.TdClassName
{
border-color: #ECD43C;
}
.TagClassName
{
border-color: #ECD43C;
}
</style>