Shades of Starship #EBF03F
Tints of Starship #EBF03F
RGB
CMYK
RGB Variations
Color information
#EBF03F (or 0xEBF03F) is known color: Starship. HEX triplet: EB, F0 and 3F. RGB value is (235,240,63). Sum of RGB (Red+Green+Blue) = 235+240+63=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 63 (25% from 255 or 11.71% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF03F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF03F is #140FC0. Grayscale: #DBDBDB. Windows color (decimal): -1314753 or 4190443. OLE color: 4190443.
HSL color Cylindrical-coordinate representation of color #EBF03F: hue angle of 61.69º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBF03F is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 63 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.06 |
| HSL | 61.69º | 0.86% | 0.59% | - |
| HSV(B) | 61.69º | 0.74% | 0.94% | - |
| XYZ | 66.32 | 80.34 | 16.71 | - |
| YUV | 218.33 | 40.34 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 63 | 0.02 | 0 | 0.74 | 0.06 | 61.69 | 0.86 | 0.59 |
| Hex | EB | F0 | 3F | 2 | 0 | 4A | 6 | 3E | 56 | 3B |
| Octal | 353 | 360 | 77 | 2 | 0 | 112 | 6 | 76 | 126 | 73 |
| Binary | 11101011 | 11110000 | 111111 | 10 | 0 | 1001010 | 110 | 111110 | 1010110 | 111011 |
Color Harmonies of #EBF03F
Complementary color
Monochromatic Colors of #EBF03F
Black with #EBF03F
Text Example
Text Example
White with #EBF03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF03F; }
p { color: rgb(235,240,63); }
H1.HeaderClassName
{
color: #EBF03F;
}
.AnyTagClassName
{
color: #EBF03F;
}
</style>
background-color css
<style>
a { background-color: #EBF03F; }
a { background-color: rgb(235,240,63); }
div.DivClassName
{
background-color: #EBF03F;
}
.BgClassName
{
background-color: #EBF03F;
}
</style>
border-color css
<style>
span { border-color: #EBF03F; }
span { border-color: rgb(235,240,63); }
td.TdClassName
{
border-color: #EBF03F;
}
.TagClassName
{
border-color: #EBF03F;
}
</style>