Shades of Starship #EBF341
Tints of Starship #EBF341
RGB
CMYK
RGB Variations
Color information
#EBF341 (or 0xEBF341) is known color: Starship. HEX triplet: EB, F3 and 41. RGB value is (235,243,65). Sum of RGB (Red+Green+Blue) = 235+243+65=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 65 (25.78% from 255 or 11.97% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF341 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF341 is #140CBE. Grayscale: #DDDDDD. Windows color (decimal): -1313983 or 4322283. OLE color: 4322283.
HSL color Cylindrical-coordinate representation of color #EBF341: hue angle of 62.7º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBF341 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 243 | 65 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.05 |
| HSL | 62.7º | 0.88% | 0.6% | - |
| HSV(B) | 62.7º | 0.73% | 0.95% | - |
| XYZ | 67.27 | 82.15 | 17.31 | - |
| YUV | 220.32 | 40.35 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 243 | 65 | 0.03 | 0 | 0.73 | 0.05 | 62.7 | 0.88 | 0.6 |
| Hex | EB | F3 | 41 | 3 | 0 | 49 | 5 | 3F | 58 | 3C |
| Octal | 353 | 363 | 101 | 3 | 0 | 111 | 5 | 77 | 130 | 74 |
| Binary | 11101011 | 11110011 | 1000001 | 11 | 0 | 1001001 | 101 | 111111 | 1011000 | 111100 |
Color Harmonies of #EBF341
Complementary color
Monochromatic Colors of #EBF341
Black with #EBF341
Text Example
Text Example
White with #EBF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF341; }
p { color: rgb(235,243,65); }
H1.HeaderClassName
{
color: #EBF341;
}
.AnyTagClassName
{
color: #EBF341;
}
</style>
background-color css
<style>
a { background-color: #EBF341; }
a { background-color: rgb(235,243,65); }
div.DivClassName
{
background-color: #EBF341;
}
.BgClassName
{
background-color: #EBF341;
}
</style>
border-color css
<style>
span { border-color: #EBF341; }
span { border-color: rgb(235,243,65); }
td.TdClassName
{
border-color: #EBF341;
}
.TagClassName
{
border-color: #EBF341;
}
</style>