Shades of Starship #ECE83C
Tints of Starship #ECE83C
RGB
CMYK
RGB Variations
Color information
#ECE83C (or 0xECE83C) is known color: Starship. HEX triplet: EC, E8 and 3C. RGB value is (236,232,60). Sum of RGB (Red+Green+Blue) = 236+232+60=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 60 (23.83% from 255 or 11.36% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE83C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE83C is #1317C3. Grayscale: #D6D6D6. Windows color (decimal): -1251268 or 3991788. OLE color: 3991788.
HSL color Cylindrical-coordinate representation of color #ECE83C: hue angle of 58.64º 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 #ECE83C is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 60 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.07 |
| HSL | 58.64º | 0.82% | 0.58% | - |
| HSV(B) | 58.64º | 0.75% | 0.93% | - |
| XYZ | 64.26 | 75.87 | 15.53 | - |
| YUV | 213.59 | 41.33 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 60 | 0 | 0.02 | 0.75 | 0.07 | 58.64 | 0.82 | 0.58 |
| Hex | EC | E8 | 3C | 0 | 2 | 4B | 7 | 3B | 52 | 3A |
| Octal | 354 | 350 | 74 | 0 | 2 | 113 | 7 | 73 | 122 | 72 |
| Binary | 11101100 | 11101000 | 111100 | 0 | 10 | 1001011 | 111 | 111011 | 1010010 | 111010 |
Color Harmonies of #ECE83C
Complementary color
Monochromatic Colors of #ECE83C
Black with #ECE83C
Text Example
Text Example
White with #ECE83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE83C; }
p { color: rgb(236,232,60); }
H1.HeaderClassName
{
color: #ECE83C;
}
.AnyTagClassName
{
color: #ECE83C;
}
</style>
background-color css
<style>
a { background-color: #ECE83C; }
a { background-color: rgb(236,232,60); }
div.DivClassName
{
background-color: #ECE83C;
}
.BgClassName
{
background-color: #ECE83C;
}
</style>
border-color css
<style>
span { border-color: #ECE83C; }
span { border-color: rgb(236,232,60); }
td.TdClassName
{
border-color: #ECE83C;
}
.TagClassName
{
border-color: #ECE83C;
}
</style>