Shades of Starship #ECE341
Tints of Starship #ECE341
RGB
CMYK
RGB Variations
Color information
#ECE341 (or 0xECE341) is known color: Starship. HEX triplet: EC, E3 and 41. RGB value is (236,227,65). Sum of RGB (Red+Green+Blue) = 236+227+65=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE341 is #131CBE. Grayscale: #D3D3D3. Windows color (decimal): -1252543 or 4318188. OLE color: 4318188.
HSL color Cylindrical-coordinate representation of color #ECE341: hue angle of 56.84º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECE341 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 65 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.07 |
| HSL | 56.84º | 0.82% | 0.59% | - |
| HSV(B) | 56.84º | 0.72% | 0.93% | - |
| XYZ | 63.02 | 73.15 | 15.8 | - |
| YUV | 211.22 | 45.48 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 65 | 0 | 0.04 | 0.72 | 0.07 | 56.84 | 0.82 | 0.59 |
| Hex | EC | E3 | 41 | 0 | 4 | 48 | 7 | 39 | 52 | 3B |
| Octal | 354 | 343 | 101 | 0 | 4 | 110 | 7 | 71 | 122 | 73 |
| Binary | 11101100 | 11100011 | 1000001 | 0 | 100 | 1001000 | 111 | 111001 | 1010010 | 111011 |
Color Harmonies of #ECE341
Complementary color
Monochromatic Colors of #ECE341
Black with #ECE341
Text Example
Text Example
White with #ECE341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE341; }
p { color: rgb(236,227,65); }
H1.HeaderClassName
{
color: #ECE341;
}
.AnyTagClassName
{
color: #ECE341;
}
</style>
background-color css
<style>
a { background-color: #ECE341; }
a { background-color: rgb(236,227,65); }
div.DivClassName
{
background-color: #ECE341;
}
.BgClassName
{
background-color: #ECE341;
}
</style>
border-color css
<style>
span { border-color: #ECE341; }
span { border-color: rgb(236,227,65); }
td.TdClassName
{
border-color: #ECE341;
}
.TagClassName
{
border-color: #ECE341;
}
</style>