Shades of Starship #ECE244
Tints of Starship #ECE244
RGB
CMYK
RGB Variations
Color information
#ECE244 (or 0xECE244) is known color: Starship. HEX triplet: EC, E2 and 44. RGB value is (236,226,68). Sum of RGB (Red+Green+Blue) = 236+226+68=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 68 (26.95% from 255 or 12.83% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE244 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE244 is #131DBB. Grayscale: #D3D3D3. Windows color (decimal): -1252796 or 4514540. OLE color: 4514540.
HSL color Cylindrical-coordinate representation of color #ECE244: hue angle of 56.43º 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 #ECE244 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 68 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.07 |
| HSL | 56.43º | 0.82% | 0.6% | - |
| HSV(B) | 56.43º | 0.71% | 0.93% | - |
| XYZ | 62.83 | 72.64 | 16.18 | - |
| YUV | 210.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 68 | 0 | 0.04 | 0.71 | 0.07 | 56.43 | 0.82 | 0.6 |
| Hex | EC | E2 | 44 | 0 | 4 | 47 | 7 | 38 | 52 | 3C |
| Octal | 354 | 342 | 104 | 0 | 4 | 107 | 7 | 70 | 122 | 74 |
| Binary | 11101100 | 11100010 | 1000100 | 0 | 100 | 1000111 | 111 | 111000 | 1010010 | 111100 |
Color Harmonies of #ECE244
Complementary color
Monochromatic Colors of #ECE244
Black with #ECE244
Text Example
Text Example
White with #ECE244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE244; }
p { color: rgb(236,226,68); }
H1.HeaderClassName
{
color: #ECE244;
}
.AnyTagClassName
{
color: #ECE244;
}
</style>
background-color css
<style>
a { background-color: #ECE244; }
a { background-color: rgb(236,226,68); }
div.DivClassName
{
background-color: #ECE244;
}
.BgClassName
{
background-color: #ECE244;
}
</style>
border-color css
<style>
span { border-color: #ECE244; }
span { border-color: rgb(236,226,68); }
td.TdClassName
{
border-color: #ECE244;
}
.TagClassName
{
border-color: #ECE244;
}
</style>