Shades of Starship #EBF73C
Tints of Starship #EBF73C
RGB
CMYK
RGB Variations
Color information
#EBF73C (or 0xEBF73C) is known color: Starship. HEX triplet: EB, F7 and 3C. RGB value is (235,247,60). Sum of RGB (Red+Green+Blue) = 235+247+60=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 60 (23.83% from 255 or 11.07% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF73C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF73C is #1408C3. Grayscale: #DEDEDE. Windows color (decimal): -1312964 or 3995627. OLE color: 3995627.
HSL color Cylindrical-coordinate representation of color #EBF73C: hue angle of 63.85º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBF73C is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 247 | 60 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.03 |
| HSL | 63.85º | 0.92% | 0.6% | - |
| HSV(B) | 63.85º | 0.76% | 0.97% | - |
| XYZ | 68.34 | 84.51 | 16.99 | - |
| YUV | 222.09 | 36.52 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 247 | 60 | 0.05 | 0 | 0.76 | 0.03 | 63.85 | 0.92 | 0.6 |
| Hex | EB | F7 | 3C | 5 | 0 | 4C | 3 | 40 | 5C | 3C |
| Octal | 353 | 367 | 74 | 5 | 0 | 114 | 3 | 100 | 134 | 74 |
| Binary | 11101011 | 11110111 | 111100 | 101 | 0 | 1001100 | 11 | 1000000 | 1011100 | 111100 |
Color Harmonies of #EBF73C
Complementary color
Monochromatic Colors of #EBF73C
Black with #EBF73C
Text Example
Text Example
White with #EBF73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF73C; }
p { color: rgb(235,247,60); }
H1.HeaderClassName
{
color: #EBF73C;
}
.AnyTagClassName
{
color: #EBF73C;
}
</style>
background-color css
<style>
a { background-color: #EBF73C; }
a { background-color: rgb(235,247,60); }
div.DivClassName
{
background-color: #EBF73C;
}
.BgClassName
{
background-color: #EBF73C;
}
</style>
border-color css
<style>
span { border-color: #EBF73C; }
span { border-color: rgb(235,247,60); }
td.TdClassName
{
border-color: #EBF73C;
}
.TagClassName
{
border-color: #EBF73C;
}
</style>