Shades of Starship #ECE043
Tints of Starship #ECE043
RGB
CMYK
RGB Variations
Color information
#ECE043 (or 0xECE043) is known color: Starship. HEX triplet: EC, E0 and 43. RGB value is (236,224,67). Sum of RGB (Red+Green+Blue) = 236+224+67=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 67 (26.56% from 255 or 12.71% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE043 is #131FBC. Grayscale: #D2D2D2. Windows color (decimal): -1253309 or 4448492. OLE color: 4448492.
HSL color Cylindrical-coordinate representation of color #ECE043: hue angle of 55.74º 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 #ECE043 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 67 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.07 |
| HSL | 55.74º | 0.82% | 0.59% | - |
| HSV(B) | 55.74º | 0.72% | 0.93% | - |
| XYZ | 62.26 | 71.55 | 15.84 | - |
| YUV | 209.69 | 47.48 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 67 | 0 | 0.05 | 0.72 | 0.07 | 55.74 | 0.82 | 0.59 |
| Hex | EC | E0 | 43 | 0 | 5 | 48 | 7 | 38 | 52 | 3B |
| Octal | 354 | 340 | 103 | 0 | 5 | 110 | 7 | 70 | 122 | 73 |
| Binary | 11101100 | 11100000 | 1000011 | 0 | 101 | 1001000 | 111 | 111000 | 1010010 | 111011 |
Color Harmonies of #ECE043
Complementary color
Monochromatic Colors of #ECE043
Black with #ECE043
Text Example
Text Example
White with #ECE043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE043; }
p { color: rgb(236,224,67); }
H1.HeaderClassName
{
color: #ECE043;
}
.AnyTagClassName
{
color: #ECE043;
}
</style>
background-color css
<style>
a { background-color: #ECE043; }
a { background-color: rgb(236,224,67); }
div.DivClassName
{
background-color: #ECE043;
}
.BgClassName
{
background-color: #ECE043;
}
</style>
border-color css
<style>
span { border-color: #ECE043; }
span { border-color: rgb(236,224,67); }
td.TdClassName
{
border-color: #ECE043;
}
.TagClassName
{
border-color: #ECE043;
}
</style>