Shades of Starship #EBF93A
Tints of Starship #EBF93A
RGB
CMYK
RGB Variations
Color information
#EBF93A (or 0xEBF93A) is known color: Starship. HEX triplet: EB, F9 and 3A. RGB value is (235,249,58). Sum of RGB (Red+Green+Blue) = 235+249+58=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 58 (23.05% from 255 or 10.70% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF93A is #1406C5. Grayscale: #DFDFDF. Windows color (decimal): -1312454 or 3865067. OLE color: 3865067.
HSL color Cylindrical-coordinate representation of color #EBF93A: hue angle of 64.4º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBF93A is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 249 | 58 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.02 |
| HSL | 64.4º | 0.94% | 0.6% | - |
| HSV(B) | 64.4º | 0.77% | 0.98% | - |
| XYZ | 68.9 | 85.72 | 16.92 | - |
| YUV | 223.04 | 34.86 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 249 | 58 | 0.06 | 0 | 0.77 | 0.02 | 64.4 | 0.94 | 0.6 |
| Hex | EB | F9 | 3A | 6 | 0 | 4D | 2 | 40 | 5E | 3C |
| Octal | 353 | 371 | 72 | 6 | 0 | 115 | 2 | 100 | 136 | 74 |
| Binary | 11101011 | 11111001 | 111010 | 110 | 0 | 1001101 | 10 | 1000000 | 1011110 | 111100 |
Color Harmonies of #EBF93A
Complementary color
Monochromatic Colors of #EBF93A
Black with #EBF93A
Text Example
Text Example
White with #EBF93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF93A; }
p { color: rgb(235,249,58); }
H1.HeaderClassName
{
color: #EBF93A;
}
.AnyTagClassName
{
color: #EBF93A;
}
</style>
background-color css
<style>
a { background-color: #EBF93A; }
a { background-color: rgb(235,249,58); }
div.DivClassName
{
background-color: #EBF93A;
}
.BgClassName
{
background-color: #EBF93A;
}
</style>
border-color css
<style>
span { border-color: #EBF93A; }
span { border-color: rgb(235,249,58); }
td.TdClassName
{
border-color: #EBF93A;
}
.TagClassName
{
border-color: #EBF93A;
}
</style>