Shades of Starship #ECEB3F
Tints of Starship #ECEB3F
RGB
CMYK
RGB Variations
Color information
#ECEB3F (or 0xECEB3F) is known color: Starship. HEX triplet: EC, EB and 3F. RGB value is (236,235,63). Sum of RGB (Red+Green+Blue) = 236+235+63=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 63 (25% from 255 or 11.80% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEB3F is #1314C0. Grayscale: #D8D8D8. Windows color (decimal): -1250497 or 4189164. OLE color: 4189164.
HSL color Cylindrical-coordinate representation of color #ECEB3F: hue angle of 59.65º 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 #ECEB3F is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 63 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.07 |
| HSL | 59.65º | 0.82% | 0.59% | - |
| HSV(B) | 59.65º | 0.73% | 0.93% | - |
| XYZ | 65.2 | 77.61 | 16.25 | - |
| YUV | 215.69 | 41.83 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 63 | 0 | 0.00 | 0.73 | 0.07 | 59.65 | 0.82 | 0.59 |
| Hex | EC | EB | 3F | 0 | 0 | 49 | 7 | 3C | 52 | 3B |
| Octal | 354 | 353 | 77 | 0 | 0 | 111 | 7 | 74 | 122 | 73 |
| Binary | 11101100 | 11101011 | 111111 | 0 | 0 | 1001001 | 111 | 111100 | 1010010 | 111011 |
Color Harmonies of #ECEB3F
Complementary color
Monochromatic Colors of #ECEB3F
Black with #ECEB3F
Text Example
Text Example
White with #ECEB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB3F; }
p { color: rgb(236,235,63); }
H1.HeaderClassName
{
color: #ECEB3F;
}
.AnyTagClassName
{
color: #ECEB3F;
}
</style>
background-color css
<style>
a { background-color: #ECEB3F; }
a { background-color: rgb(236,235,63); }
div.DivClassName
{
background-color: #ECEB3F;
}
.BgClassName
{
background-color: #ECEB3F;
}
</style>
border-color css
<style>
span { border-color: #ECEB3F; }
span { border-color: rgb(236,235,63); }
td.TdClassName
{
border-color: #ECEB3F;
}
.TagClassName
{
border-color: #ECEB3F;
}
</style>