Shades of Starship #EBEC3E
Tints of Starship #EBEC3E
RGB
CMYK
RGB Variations
Color information
#EBEC3E (or 0xEBEC3E) is known color: Starship. HEX triplet: EB, EC and 3E. RGB value is (235,236,62). Sum of RGB (Red+Green+Blue) = 235+236+62=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 62 (24.61% from 255 or 11.63% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEC3E is #1413C1. Grayscale: #D8D8D8. Windows color (decimal): -1315778 or 4123883. OLE color: 4123883.
HSL color Cylindrical-coordinate representation of color #EBEC3E: 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.74%. Process color model (Four color, CMYK) of #EBEC3E is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 62 | - |
| CMYK | 0.00 | 0 | 0.74 | 0.07 |
| HSL | 60.34º | 0.82% | 0.58% | - |
| HSV(B) | 60.34º | 0.74% | 0.93% | - |
| XYZ | 65.13 | 78 | 16.18 | - |
| YUV | 215.87 | 41.17 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 62 | 0.00 | 0 | 0.74 | 0.07 | 60.34 | 0.82 | 0.58 |
| Hex | EB | EC | 3E | 0 | 0 | 4A | 7 | 3C | 52 | 3A |
| Octal | 353 | 354 | 76 | 0 | 0 | 112 | 7 | 74 | 122 | 72 |
| Binary | 11101011 | 11101100 | 111110 | 0 | 0 | 1001010 | 111 | 111100 | 1010010 | 111010 |
Color Harmonies of #EBEC3E
Complementary color
Monochromatic Colors of #EBEC3E
Black with #EBEC3E
Text Example
Text Example
White with #EBEC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEC3E; }
p { color: rgb(235,236,62); }
H1.HeaderClassName
{
color: #EBEC3E;
}
.AnyTagClassName
{
color: #EBEC3E;
}
</style>
background-color css
<style>
a { background-color: #EBEC3E; }
a { background-color: rgb(235,236,62); }
div.DivClassName
{
background-color: #EBEC3E;
}
.BgClassName
{
background-color: #EBEC3E;
}
</style>
border-color css
<style>
span { border-color: #EBEC3E; }
span { border-color: rgb(235,236,62); }
td.TdClassName
{
border-color: #EBEC3E;
}
.TagClassName
{
border-color: #EBEC3E;
}
</style>