Shades of Starship #ECE33F
Tints of Starship #ECE33F
RGB
CMYK
RGB Variations
Color information
#ECE33F (or 0xECE33F) is known color: Starship. HEX triplet: EC, E3 and 3F. RGB value is (236,227,63). Sum of RGB (Red+Green+Blue) = 236+227+63=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 63 (25% from 255 or 11.98% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE33F is #131CC0. Grayscale: #D3D3D3. Windows color (decimal): -1252545 or 4187116. OLE color: 4187116.
HSL color Cylindrical-coordinate representation of color #ECE33F: hue angle of 56.88º 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 #ECE33F is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 63 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.07 |
| HSL | 56.88º | 0.82% | 0.59% | - |
| HSV(B) | 56.88º | 0.73% | 0.93% | - |
| XYZ | 62.96 | 73.13 | 15.5 | - |
| YUV | 211 | 44.48 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 63 | 0 | 0.04 | 0.73 | 0.07 | 56.88 | 0.82 | 0.59 |
| Hex | EC | E3 | 3F | 0 | 4 | 49 | 7 | 39 | 52 | 3B |
| Octal | 354 | 343 | 77 | 0 | 4 | 111 | 7 | 71 | 122 | 73 |
| Binary | 11101100 | 11100011 | 111111 | 0 | 100 | 1001001 | 111 | 111001 | 1010010 | 111011 |
Color Harmonies of #ECE33F
Complementary color
Monochromatic Colors of #ECE33F
Black with #ECE33F
Text Example
Text Example
White with #ECE33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE33F; }
p { color: rgb(236,227,63); }
H1.HeaderClassName
{
color: #ECE33F;
}
.AnyTagClassName
{
color: #ECE33F;
}
</style>
background-color css
<style>
a { background-color: #ECE33F; }
a { background-color: rgb(236,227,63); }
div.DivClassName
{
background-color: #ECE33F;
}
.BgClassName
{
background-color: #ECE33F;
}
</style>
border-color css
<style>
span { border-color: #ECE33F; }
span { border-color: rgb(236,227,63); }
td.TdClassName
{
border-color: #ECE33F;
}
.TagClassName
{
border-color: #ECE33F;
}
</style>