Shades of Starship #ECEC43
Tints of Starship #ECEC43
RGB
CMYK
RGB Variations
Color information
#ECEC43 (or 0xECEC43) is known color: Starship. HEX triplet: EC, EC and 43. RGB value is (236,236,67). Sum of RGB (Red+Green+Blue) = 236+236+67=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 67 (26.56% from 255 or 12.43% from 539); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC43 is #1313BC. Grayscale: #D9D9D9. Windows color (decimal): -1250237 or 4451564. OLE color: 4451564.
HSL color Cylindrical-coordinate representation of color #ECEC43: hue angle of 60º 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 #ECEC43 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 67 | - |
| CMYK | 0 | 0 | 0.72 | 0.07 |
| HSL | 60º | 0.82% | 0.59% | - |
| HSV(B) | 60º | 0.72% | 0.93% | - |
| XYZ | 65.6 | 78.23 | 16.95 | - |
| YUV | 216.73 | 43.5 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 67 | 0 | 0 | 0.72 | 0.07 | 60 | 0.82 | 0.59 |
| Hex | EC | EC | 43 | 0 | 0 | 48 | 7 | 3C | 52 | 3B |
| Octal | 354 | 354 | 103 | 0 | 0 | 110 | 7 | 74 | 122 | 73 |
| Binary | 11101100 | 11101100 | 1000011 | 0 | 0 | 1001000 | 111 | 111100 | 1010010 | 111011 |
Color Harmonies of #ECEC43
Complementary color
Monochromatic Colors of #ECEC43
Black with #ECEC43
Text Example
Text Example
White with #ECEC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC43; }
p { color: rgb(236,236,67); }
H1.HeaderClassName
{
color: #ECEC43;
}
.AnyTagClassName
{
color: #ECEC43;
}
</style>
background-color css
<style>
a { background-color: #ECEC43; }
a { background-color: rgb(236,236,67); }
div.DivClassName
{
background-color: #ECEC43;
}
.BgClassName
{
background-color: #ECEC43;
}
</style>
border-color css
<style>
span { border-color: #ECEC43; }
span { border-color: rgb(236,236,67); }
td.TdClassName
{
border-color: #ECEC43;
}
.TagClassName
{
border-color: #ECEC43;
}
</style>