Shades of Starship #ECEB3C
Tints of Starship #ECEB3C
RGB
CMYK
RGB Variations
Color information
#ECEB3C (or 0xECEB3C) is known color: Starship. HEX triplet: EC, EB and 3C. RGB value is (236,235,60). Sum of RGB (Red+Green+Blue) = 236+235+60=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 60 (23.83% from 255 or 11.30% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEB3C is #1314C3. Grayscale: #D8D8D8. Windows color (decimal): -1250500 or 3992556. OLE color: 3992556.
HSL color Cylindrical-coordinate representation of color #ECEB3C: hue angle of 59.66º 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 #ECEB3C is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 60 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.07 |
| HSL | 59.66º | 0.82% | 0.58% | - |
| HSV(B) | 59.66º | 0.75% | 0.93% | - |
| XYZ | 65.12 | 77.58 | 15.82 | - |
| YUV | 215.35 | 40.33 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 60 | 0 | 0.00 | 0.75 | 0.07 | 59.66 | 0.82 | 0.58 |
| Hex | EC | EB | 3C | 0 | 0 | 4B | 7 | 3C | 52 | 3A |
| Octal | 354 | 353 | 74 | 0 | 0 | 113 | 7 | 74 | 122 | 72 |
| Binary | 11101100 | 11101011 | 111100 | 0 | 0 | 1001011 | 111 | 111100 | 1010010 | 111010 |
Color Harmonies of #ECEB3C
Complementary color
Monochromatic Colors of #ECEB3C
Black with #ECEB3C
Text Example
Text Example
White with #ECEB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB3C; }
p { color: rgb(236,235,60); }
H1.HeaderClassName
{
color: #ECEB3C;
}
.AnyTagClassName
{
color: #ECEB3C;
}
</style>
background-color css
<style>
a { background-color: #ECEB3C; }
a { background-color: rgb(236,235,60); }
div.DivClassName
{
background-color: #ECEB3C;
}
.BgClassName
{
background-color: #ECEB3C;
}
</style>
border-color css
<style>
span { border-color: #ECEB3C; }
span { border-color: rgb(236,235,60); }
td.TdClassName
{
border-color: #ECEB3C;
}
.TagClassName
{
border-color: #ECEB3C;
}
</style>