Shades of Starship #EBFF3A
Tints of Starship #EBFF3A
RGB
CMYK
RGB Variations
Color information
#EBFF3A (or 0xEBFF3A) is known color: Starship. HEX triplet: EB, FF and 3A. RGB value is (235,255,58). Sum of RGB (Red+Green+Blue) = 235+255+58=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 58 (23.05% from 255 or 10.58% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF3A is #1400C5. Grayscale: #E3E3E3. Windows color (decimal): -1310918 or 3866603. OLE color: 3866603.
HSL color Cylindrical-coordinate representation of color #EBFF3A: hue angle of 66.09º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBFF3A is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 58 | - |
| CMYK | 0.08 | 0 | 0.77 | 0 |
| HSL | 66.09º | 1% | 0.61% | - |
| HSV(B) | 66.09º | 0.77% | 1% | - |
| XYZ | 70.78 | 89.49 | 17.55 | - |
| YUV | 226.56 | 32.87 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 58 | 0.08 | 0 | 0.77 | 0 | 66.09 | 1 | 0.61 |
| Hex | EB | FF | 3A | 8 | 0 | 4D | 0 | 42 | 64 | 3D |
| Octal | 353 | 377 | 72 | 10 | 0 | 115 | 0 | 102 | 144 | 75 |
| Binary | 11101011 | 11111111 | 111010 | 1000 | 0 | 1001101 | 0 | 1000010 | 1100100 | 111101 |
Color Harmonies of #EBFF3A
Complementary color
Monochromatic Colors of #EBFF3A
Black with #EBFF3A
Text Example
Text Example
White with #EBFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF3A; }
p { color: rgb(235,255,58); }
H1.HeaderClassName
{
color: #EBFF3A;
}
.AnyTagClassName
{
color: #EBFF3A;
}
</style>
background-color css
<style>
a { background-color: #EBFF3A; }
a { background-color: rgb(235,255,58); }
div.DivClassName
{
background-color: #EBFF3A;
}
.BgClassName
{
background-color: #EBFF3A;
}
</style>
border-color css
<style>
span { border-color: #EBFF3A; }
span { border-color: rgb(235,255,58); }
td.TdClassName
{
border-color: #EBFF3A;
}
.TagClassName
{
border-color: #EBFF3A;
}
</style>