Shades of Starship #ECDC45
Tints of Starship #ECDC45
RGB
CMYK
RGB Variations
Color information
#ECDC45 (or 0xECDC45) is known color: Starship. HEX triplet: EC, DC and 45. RGB value is (236,220,69). Sum of RGB (Red+Green+Blue) = 236+220+69=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 69 (27.34% from 255 or 13.14% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC45 is #1323BA. Grayscale: #D0D0D0. Windows color (decimal): -1254331 or 4578540. OLE color: 4578540.
HSL color Cylindrical-coordinate representation of color #ECDC45: hue angle of 54.25º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECDC45 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 69 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.07 |
| HSL | 54.25º | 0.81% | 0.6% | - |
| HSV(B) | 54.25º | 0.71% | 0.93% | - |
| XYZ | 61.26 | 69.45 | 15.81 | - |
| YUV | 207.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 69 | 0 | 0.07 | 0.71 | 0.07 | 54.25 | 0.81 | 0.6 |
| Hex | EC | DC | 45 | 0 | 7 | 47 | 7 | 36 | 51 | 3C |
| Octal | 354 | 334 | 105 | 0 | 7 | 107 | 7 | 66 | 121 | 74 |
| Binary | 11101100 | 11011100 | 1000101 | 0 | 111 | 1000111 | 111 | 110110 | 1010001 | 111100 |
Color Harmonies of #ECDC45
Complementary color
Monochromatic Colors of #ECDC45
Black with #ECDC45
Text Example
Text Example
White with #ECDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC45; }
p { color: rgb(236,220,69); }
H1.HeaderClassName
{
color: #ECDC45;
}
.AnyTagClassName
{
color: #ECDC45;
}
</style>
background-color css
<style>
a { background-color: #ECDC45; }
a { background-color: rgb(236,220,69); }
div.DivClassName
{
background-color: #ECDC45;
}
.BgClassName
{
background-color: #ECDC45;
}
</style>
border-color css
<style>
span { border-color: #ECDC45; }
span { border-color: rgb(236,220,69); }
td.TdClassName
{
border-color: #ECDC45;
}
.TagClassName
{
border-color: #ECDC45;
}
</style>