Shades of Starship #ECE640
Tints of Starship #ECE640
RGB
CMYK
RGB Variations
Color information
#ECE640 (or 0xECE640) is known color: Starship. HEX triplet: EC, E6 and 40. RGB value is (236,230,64). Sum of RGB (Red+Green+Blue) = 236+230+64=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE640 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE640 is #1319BF. Grayscale: #D5D5D5. Windows color (decimal): -1251776 or 4253420. OLE color: 4253420.
HSL color Cylindrical-coordinate representation of color #ECE640: hue angle of 57.91º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECE640 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 64 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.07 |
| HSL | 57.91º | 0.82% | 0.59% | - |
| HSV(B) | 57.91º | 0.73% | 0.93% | - |
| XYZ | 63.81 | 74.8 | 15.92 | - |
| YUV | 212.87 | 43.99 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 64 | 0 | 0.03 | 0.73 | 0.07 | 57.91 | 0.82 | 0.59 |
| Hex | EC | E6 | 40 | 0 | 3 | 49 | 7 | 3A | 52 | 3B |
| Octal | 354 | 346 | 100 | 0 | 3 | 111 | 7 | 72 | 122 | 73 |
| Binary | 11101100 | 11100110 | 1000000 | 0 | 11 | 1001001 | 111 | 111010 | 1010010 | 111011 |
Color Harmonies of #ECE640
Complementary color
Monochromatic Colors of #ECE640
Black with #ECE640
Text Example
Text Example
White with #ECE640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE640; }
p { color: rgb(236,230,64); }
H1.HeaderClassName
{
color: #ECE640;
}
.AnyTagClassName
{
color: #ECE640;
}
</style>
background-color css
<style>
a { background-color: #ECE640; }
a { background-color: rgb(236,230,64); }
div.DivClassName
{
background-color: #ECE640;
}
.BgClassName
{
background-color: #ECE640;
}
</style>
border-color css
<style>
span { border-color: #ECE640; }
span { border-color: rgb(236,230,64); }
td.TdClassName
{
border-color: #ECE640;
}
.TagClassName
{
border-color: #ECE640;
}
</style>