Shades of Starship #ECDC43
Tints of Starship #ECDC43
RGB
CMYK
RGB Variations
Color information
#ECDC43 (or 0xECDC43) is known color: Starship. HEX triplet: EC, DC and 43. RGB value is (236,220,67). Sum of RGB (Red+Green+Blue) = 236+220+67=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 67 (26.56% from 255 or 12.81% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC43 is #1323BC. Grayscale: #CFCFCF. Windows color (decimal): -1254333 or 4447468. OLE color: 4447468.
HSL color Cylindrical-coordinate representation of color #ECDC43: hue angle of 54.32º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECDC43 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 67 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.07 |
| HSL | 54.32º | 0.82% | 0.59% | - |
| HSV(B) | 54.32º | 0.72% | 0.93% | - |
| XYZ | 61.2 | 69.42 | 15.48 | - |
| YUV | 207.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 67 | 0 | 0.07 | 0.72 | 0.07 | 54.32 | 0.82 | 0.59 |
| Hex | EC | DC | 43 | 0 | 7 | 48 | 7 | 36 | 52 | 3B |
| Octal | 354 | 334 | 103 | 0 | 7 | 110 | 7 | 66 | 122 | 73 |
| Binary | 11101100 | 11011100 | 1000011 | 0 | 111 | 1001000 | 111 | 110110 | 1010010 | 111011 |
Color Harmonies of #ECDC43
Complementary color
Monochromatic Colors of #ECDC43
Black with #ECDC43
Text Example
Text Example
White with #ECDC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC43; }
p { color: rgb(236,220,67); }
H1.HeaderClassName
{
color: #ECDC43;
}
.AnyTagClassName
{
color: #ECDC43;
}
</style>
background-color css
<style>
a { background-color: #ECDC43; }
a { background-color: rgb(236,220,67); }
div.DivClassName
{
background-color: #ECDC43;
}
.BgClassName
{
background-color: #ECDC43;
}
</style>
border-color css
<style>
span { border-color: #ECDC43; }
span { border-color: rgb(236,220,67); }
td.TdClassName
{
border-color: #ECDC43;
}
.TagClassName
{
border-color: #ECDC43;
}
</style>