Shades of Starship #ECE044
Tints of Starship #ECE044
RGB
CMYK
RGB Variations
Color information
#ECE044 (or 0xECE044) is known color: Starship. HEX triplet: EC, E0 and 44. RGB value is (236,224,68). Sum of RGB (Red+Green+Blue) = 236+224+68=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 68 (26.95% from 255 or 12.88% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE044 is #131FBB. Grayscale: #D2D2D2. Windows color (decimal): -1253308 or 4514028. OLE color: 4514028.
HSL color Cylindrical-coordinate representation of color #ECE044: hue angle of 55.71º degrees, saturation: 0.82, 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 #ECE044 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 68 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.07 |
| HSL | 55.71º | 0.82% | 0.6% | - |
| HSV(B) | 55.71º | 0.71% | 0.93% | - |
| XYZ | 62.29 | 71.56 | 16 | - |
| YUV | 209.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 68 | 0 | 0.05 | 0.71 | 0.07 | 55.71 | 0.82 | 0.6 |
| Hex | EC | E0 | 44 | 0 | 5 | 47 | 7 | 38 | 52 | 3C |
| Octal | 354 | 340 | 104 | 0 | 5 | 107 | 7 | 70 | 122 | 74 |
| Binary | 11101100 | 11100000 | 1000100 | 0 | 101 | 1000111 | 111 | 111000 | 1010010 | 111100 |
Color Harmonies of #ECE044
Complementary color
Monochromatic Colors of #ECE044
Black with #ECE044
Text Example
Text Example
White with #ECE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE044; }
p { color: rgb(236,224,68); }
H1.HeaderClassName
{
color: #ECE044;
}
.AnyTagClassName
{
color: #ECE044;
}
</style>
background-color css
<style>
a { background-color: #ECE044; }
a { background-color: rgb(236,224,68); }
div.DivClassName
{
background-color: #ECE044;
}
.BgClassName
{
background-color: #ECE044;
}
</style>
border-color css
<style>
span { border-color: #ECE044; }
span { border-color: rgb(236,224,68); }
td.TdClassName
{
border-color: #ECE044;
}
.TagClassName
{
border-color: #ECE044;
}
</style>