Shades of Starship #EBFF3B
Tints of Starship #EBFF3B
RGB
CMYK
RGB Variations
Color information
#EBFF3B (or 0xEBFF3B) is known color: Starship. HEX triplet: EB, FF and 3B. RGB value is (235,255,59). Sum of RGB (Red+Green+Blue) = 235+255+59=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 59 (23.44% from 255 or 10.75% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF3B is #1400C4. Grayscale: #E3E3E3. Windows color (decimal): -1310917 or 3932139. OLE color: 3932139.
HSL color Cylindrical-coordinate representation of color #EBFF3B: hue angle of 66.12º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBFF3B is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 59 | - |
| CMYK | 0.08 | 0 | 0.77 | 0 |
| HSL | 66.12º | 1% | 0.62% | - |
| HSV(B) | 66.12º | 0.77% | 1% | - |
| XYZ | 70.81 | 89.5 | 17.68 | - |
| YUV | 226.68 | 33.37 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 59 | 0.08 | 0 | 0.77 | 0 | 66.12 | 1 | 0.62 |
| Hex | EB | FF | 3B | 8 | 0 | 4D | 0 | 42 | 64 | 3E |
| Octal | 353 | 377 | 73 | 10 | 0 | 115 | 0 | 102 | 144 | 76 |
| Binary | 11101011 | 11111111 | 111011 | 1000 | 0 | 1001101 | 0 | 1000010 | 1100100 | 111110 |
Color Harmonies of #EBFF3B
Complementary color
Monochromatic Colors of #EBFF3B
Black with #EBFF3B
Text Example
Text Example
White with #EBFF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF3B; }
p { color: rgb(235,255,59); }
H1.HeaderClassName
{
color: #EBFF3B;
}
.AnyTagClassName
{
color: #EBFF3B;
}
</style>
background-color css
<style>
a { background-color: #EBFF3B; }
a { background-color: rgb(235,255,59); }
div.DivClassName
{
background-color: #EBFF3B;
}
.BgClassName
{
background-color: #EBFF3B;
}
</style>
border-color css
<style>
span { border-color: #EBFF3B; }
span { border-color: rgb(235,255,59); }
td.TdClassName
{
border-color: #EBFF3B;
}
.TagClassName
{
border-color: #EBFF3B;
}
</style>