Shades of Starship #ECE345
Tints of Starship #ECE345
RGB
CMYK
RGB Variations
Color information
#ECE345 (or 0xECE345) is known color: Starship. HEX triplet: EC, E3 and 45. RGB value is (236,227,69). Sum of RGB (Red+Green+Blue) = 236+227+69=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 69 (27.34% from 255 or 12.97% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE345 is #131CBA. Grayscale: #D4D4D4. Windows color (decimal): -1252539 or 4580332. OLE color: 4580332.
HSL color Cylindrical-coordinate representation of color #ECE345: hue angle of 56.77º degrees, saturation: 0.81, 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 #ECE345 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 69 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.07 |
| HSL | 56.77º | 0.81% | 0.6% | - |
| HSV(B) | 56.77º | 0.71% | 0.93% | - |
| XYZ | 63.14 | 73.2 | 16.43 | - |
| YUV | 211.68 | 47.48 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 69 | 0 | 0.04 | 0.71 | 0.07 | 56.77 | 0.81 | 0.6 |
| Hex | EC | E3 | 45 | 0 | 4 | 47 | 7 | 39 | 51 | 3C |
| Octal | 354 | 343 | 105 | 0 | 4 | 107 | 7 | 71 | 121 | 74 |
| Binary | 11101100 | 11100011 | 1000101 | 0 | 100 | 1000111 | 111 | 111001 | 1010001 | 111100 |
Color Harmonies of #ECE345
Complementary color
Monochromatic Colors of #ECE345
Black with #ECE345
Text Example
Text Example
White with #ECE345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE345; }
p { color: rgb(236,227,69); }
H1.HeaderClassName
{
color: #ECE345;
}
.AnyTagClassName
{
color: #ECE345;
}
</style>
background-color css
<style>
a { background-color: #ECE345; }
a { background-color: rgb(236,227,69); }
div.DivClassName
{
background-color: #ECE345;
}
.BgClassName
{
background-color: #ECE345;
}
</style>
border-color css
<style>
span { border-color: #ECE345; }
span { border-color: rgb(236,227,69); }
td.TdClassName
{
border-color: #ECE345;
}
.TagClassName
{
border-color: #ECE345;
}
</style>