Shades of Starship #ECE53F
Tints of Starship #ECE53F
RGB
CMYK
RGB Variations
Color information
#ECE53F (or 0xECE53F) is known color: Starship. HEX triplet: EC, E5 and 3F. RGB value is (236,229,63). Sum of RGB (Red+Green+Blue) = 236+229+63=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 63 (25% from 255 or 11.93% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE53F is #131AC0. Grayscale: #D4D4D4. Windows color (decimal): -1252033 or 4187628. OLE color: 4187628.
HSL color Cylindrical-coordinate representation of color #ECE53F: hue angle of 57.57º 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 #ECE53F is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 63 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.07 |
| HSL | 57.57º | 0.82% | 0.59% | - |
| HSV(B) | 57.57º | 0.73% | 0.93% | - |
| XYZ | 63.51 | 74.23 | 15.68 | - |
| YUV | 212.17 | 43.82 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 63 | 0 | 0.03 | 0.73 | 0.07 | 57.57 | 0.82 | 0.59 |
| Hex | EC | E5 | 3F | 0 | 3 | 49 | 7 | 3A | 52 | 3B |
| Octal | 354 | 345 | 77 | 0 | 3 | 111 | 7 | 72 | 122 | 73 |
| Binary | 11101100 | 11100101 | 111111 | 0 | 11 | 1001001 | 111 | 111010 | 1010010 | 111011 |
Color Harmonies of #ECE53F
Complementary color
Monochromatic Colors of #ECE53F
Black with #ECE53F
Text Example
Text Example
White with #ECE53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE53F; }
p { color: rgb(236,229,63); }
H1.HeaderClassName
{
color: #ECE53F;
}
.AnyTagClassName
{
color: #ECE53F;
}
</style>
background-color css
<style>
a { background-color: #ECE53F; }
a { background-color: rgb(236,229,63); }
div.DivClassName
{
background-color: #ECE53F;
}
.BgClassName
{
background-color: #ECE53F;
}
</style>
border-color css
<style>
span { border-color: #ECE53F; }
span { border-color: rgb(236,229,63); }
td.TdClassName
{
border-color: #ECE53F;
}
.TagClassName
{
border-color: #ECE53F;
}
</style>