Shades of Starship #ECE03D
Tints of Starship #ECE03D
RGB
CMYK
RGB Variations
Color information
#ECE03D (or 0xECE03D) is known color: Starship. HEX triplet: EC, E0 and 3D. RGB value is (236,224,61). Sum of RGB (Red+Green+Blue) = 236+224+61=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE03D is #131FC2. Grayscale: #D1D1D1. Windows color (decimal): -1253315 or 4055276. OLE color: 4055276.
HSL color Cylindrical-coordinate representation of color #ECE03D: hue angle of 55.89º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECE03D is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 61 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.07 |
| HSL | 55.89º | 0.82% | 0.58% | - |
| HSV(B) | 55.89º | 0.74% | 0.93% | - |
| XYZ | 62.09 | 71.48 | 14.94 | - |
| YUV | 209.01 | 44.48 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 61 | 0 | 0.05 | 0.74 | 0.07 | 55.89 | 0.82 | 0.58 |
| Hex | EC | E0 | 3D | 0 | 5 | 4A | 7 | 38 | 52 | 3A |
| Octal | 354 | 340 | 75 | 0 | 5 | 112 | 7 | 70 | 122 | 72 |
| Binary | 11101100 | 11100000 | 111101 | 0 | 101 | 1001010 | 111 | 111000 | 1010010 | 111010 |
Color Harmonies of #ECE03D
Complementary color
Monochromatic Colors of #ECE03D
Black with #ECE03D
Text Example
Text Example
White with #ECE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE03D; }
p { color: rgb(236,224,61); }
H1.HeaderClassName
{
color: #ECE03D;
}
.AnyTagClassName
{
color: #ECE03D;
}
</style>
background-color css
<style>
a { background-color: #ECE03D; }
a { background-color: rgb(236,224,61); }
div.DivClassName
{
background-color: #ECE03D;
}
.BgClassName
{
background-color: #ECE03D;
}
</style>
border-color css
<style>
span { border-color: #ECE03D; }
span { border-color: rgb(236,224,61); }
td.TdClassName
{
border-color: #ECE03D;
}
.TagClassName
{
border-color: #ECE03D;
}
</style>