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