Shades of Starship #ECE440
Tints of Starship #ECE440
RGB
CMYK
RGB Variations
Color information
#ECE440 (or 0xECE440) is known color: Starship. HEX triplet: EC, E4 and 40. RGB value is (236,228,64). Sum of RGB (Red+Green+Blue) = 236+228+64=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE440 is #131BBF. Grayscale: #D4D4D4. Windows color (decimal): -1252288 or 4252908. OLE color: 4252908.
HSL color Cylindrical-coordinate representation of color #ECE440: hue angle of 57.21º 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 #ECE440 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 64 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.07 |
| HSL | 57.21º | 0.82% | 0.59% | - |
| HSV(B) | 57.21º | 0.73% | 0.93% | - |
| XYZ | 63.26 | 73.69 | 15.74 | - |
| YUV | 211.7 | 44.65 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 64 | 0 | 0.03 | 0.73 | 0.07 | 57.21 | 0.82 | 0.59 |
| Hex | EC | E4 | 40 | 0 | 3 | 49 | 7 | 39 | 52 | 3B |
| Octal | 354 | 344 | 100 | 0 | 3 | 111 | 7 | 71 | 122 | 73 |
| Binary | 11101100 | 11100100 | 1000000 | 0 | 11 | 1001001 | 111 | 111001 | 1010010 | 111011 |
Color Harmonies of #ECE440
Complementary color
Monochromatic Colors of #ECE440
Black with #ECE440
Text Example
Text Example
White with #ECE440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE440; }
p { color: rgb(236,228,64); }
H1.HeaderClassName
{
color: #ECE440;
}
.AnyTagClassName
{
color: #ECE440;
}
</style>
background-color css
<style>
a { background-color: #ECE440; }
a { background-color: rgb(236,228,64); }
div.DivClassName
{
background-color: #ECE440;
}
.BgClassName
{
background-color: #ECE440;
}
</style>
border-color css
<style>
span { border-color: #ECE440; }
span { border-color: rgb(236,228,64); }
td.TdClassName
{
border-color: #ECE440;
}
.TagClassName
{
border-color: #ECE440;
}
</style>