Shades of Starship #ECED43
Tints of Starship #ECED43
RGB
CMYK
RGB Variations
Color information
#ECED43 (or 0xECED43) is known color: Starship. HEX triplet: EC, ED and 43. RGB value is (236,237,67). Sum of RGB (Red+Green+Blue) = 236+237+67=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 67 (26.56% from 255 or 12.41% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED43 is #1312BC. Grayscale: #DADADA. Windows color (decimal): -1249981 or 4451820. OLE color: 4451820.
HSL color Cylindrical-coordinate representation of color #ECED43: hue angle of 60.35º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECED43 is Cyan = 0.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 67 | - |
| CMYK | 0.00 | 0 | 0.72 | 0.07 |
| HSL | 60.35º | 0.83% | 0.6% | - |
| HSV(B) | 60.35º | 0.72% | 0.93% | - |
| XYZ | 65.89 | 78.81 | 17.05 | - |
| YUV | 217.32 | 43.17 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 67 | 0.00 | 0 | 0.72 | 0.07 | 60.35 | 0.83 | 0.6 |
| Hex | EC | ED | 43 | 0 | 0 | 48 | 7 | 3C | 53 | 3C |
| Octal | 354 | 355 | 103 | 0 | 0 | 110 | 7 | 74 | 123 | 74 |
| Binary | 11101100 | 11101101 | 1000011 | 0 | 0 | 1001000 | 111 | 111100 | 1010011 | 111100 |
Color Harmonies of #ECED43
Complementary color
Monochromatic Colors of #ECED43
Black with #ECED43
Text Example
Text Example
White with #ECED43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED43; }
p { color: rgb(236,237,67); }
H1.HeaderClassName
{
color: #ECED43;
}
.AnyTagClassName
{
color: #ECED43;
}
</style>
background-color css
<style>
a { background-color: #ECED43; }
a { background-color: rgb(236,237,67); }
div.DivClassName
{
background-color: #ECED43;
}
.BgClassName
{
background-color: #ECED43;
}
</style>
border-color css
<style>
span { border-color: #ECED43; }
span { border-color: rgb(236,237,67); }
td.TdClassName
{
border-color: #ECED43;
}
.TagClassName
{
border-color: #ECED43;
}
</style>