Shades of Starship #ECE63C
Tints of Starship #ECE63C
RGB
CMYK
RGB Variations
Color information
#ECE63C (or 0xECE63C) is known color: Starship. HEX triplet: EC, E6 and 3C. RGB value is (236,230,60). Sum of RGB (Red+Green+Blue) = 236+230+60=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 60 (23.83% from 255 or 11.41% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE63C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE63C is #1319C3. Grayscale: #D5D5D5. Windows color (decimal): -1251780 or 3991276. OLE color: 3991276.
HSL color Cylindrical-coordinate representation of color #ECE63C: hue angle of 57.95º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECE63C is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 230 | 60 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.07 |
| HSL | 57.95º | 0.82% | 0.58% | - |
| HSV(B) | 57.95º | 0.75% | 0.93% | - |
| XYZ | 63.7 | 74.75 | 15.35 | - |
| YUV | 212.41 | 41.99 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 230 | 60 | 0 | 0.03 | 0.75 | 0.07 | 57.95 | 0.82 | 0.58 |
| Hex | EC | E6 | 3C | 0 | 3 | 4B | 7 | 3A | 52 | 3A |
| Octal | 354 | 346 | 74 | 0 | 3 | 113 | 7 | 72 | 122 | 72 |
| Binary | 11101100 | 11100110 | 111100 | 0 | 11 | 1001011 | 111 | 111010 | 1010010 | 111010 |
Color Harmonies of #ECE63C
Complementary color
Monochromatic Colors of #ECE63C
Black with #ECE63C
Text Example
Text Example
White with #ECE63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE63C; }
p { color: rgb(236,230,60); }
H1.HeaderClassName
{
color: #ECE63C;
}
.AnyTagClassName
{
color: #ECE63C;
}
</style>
background-color css
<style>
a { background-color: #ECE63C; }
a { background-color: rgb(236,230,60); }
div.DivClassName
{
background-color: #ECE63C;
}
.BgClassName
{
background-color: #ECE63C;
}
</style>
border-color css
<style>
span { border-color: #ECE63C; }
span { border-color: rgb(236,230,60); }
td.TdClassName
{
border-color: #ECE63C;
}
.TagClassName
{
border-color: #ECE63C;
}
</style>