Shades of Starship #ECE544
Tints of Starship #ECE544
RGB
CMYK
RGB Variations
Color information
#ECE544 (or 0xECE544) is known color: Starship. HEX triplet: EC, E5 and 44. RGB value is (236,229,68). Sum of RGB (Red+Green+Blue) = 236+229+68=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 68 (26.95% from 255 or 12.76% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE544 is #131ABB. Grayscale: #D5D5D5. Windows color (decimal): -1252028 or 4515308. OLE color: 4515308.
HSL color Cylindrical-coordinate representation of color #ECE544: hue angle of 57.5º 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 #ECE544 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 68 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.07 |
| HSL | 57.5º | 0.82% | 0.6% | - |
| HSV(B) | 57.5º | 0.71% | 0.93% | - |
| XYZ | 63.65 | 74.29 | 16.45 | - |
| YUV | 212.74 | 46.32 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 68 | 0 | 0.03 | 0.71 | 0.07 | 57.5 | 0.82 | 0.6 |
| Hex | EC | E5 | 44 | 0 | 3 | 47 | 7 | 3A | 52 | 3C |
| Octal | 354 | 345 | 104 | 0 | 3 | 107 | 7 | 72 | 122 | 74 |
| Binary | 11101100 | 11100101 | 1000100 | 0 | 11 | 1000111 | 111 | 111010 | 1010010 | 111100 |
Color Harmonies of #ECE544
Complementary color
Monochromatic Colors of #ECE544
Black with #ECE544
Text Example
Text Example
White with #ECE544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE544; }
p { color: rgb(236,229,68); }
H1.HeaderClassName
{
color: #ECE544;
}
.AnyTagClassName
{
color: #ECE544;
}
</style>
background-color css
<style>
a { background-color: #ECE544; }
a { background-color: rgb(236,229,68); }
div.DivClassName
{
background-color: #ECE544;
}
.BgClassName
{
background-color: #ECE544;
}
</style>
border-color css
<style>
span { border-color: #ECE544; }
span { border-color: rgb(236,229,68); }
td.TdClassName
{
border-color: #ECE544;
}
.TagClassName
{
border-color: #ECE544;
}
</style>