Shades of Starship #EBF441
Tints of Starship #EBF441
RGB
CMYK
RGB Variations
Color information
#EBF441 (or 0xEBF441) is known color: Starship. HEX triplet: EB, F4 and 41. RGB value is (235,244,65). Sum of RGB (Red+Green+Blue) = 235+244+65=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 65 (25.78% from 255 or 11.95% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF441 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF441 is #140BBE. Grayscale: #DDDDDD. Windows color (decimal): -1313727 or 4322539. OLE color: 4322539.
HSL color Cylindrical-coordinate representation of color #EBF441: hue angle of 63.02º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBF441 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 244 | 65 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.04 |
| HSL | 63.02º | 0.89% | 0.61% | - |
| HSV(B) | 63.02º | 0.73% | 0.96% | - |
| XYZ | 67.57 | 82.75 | 17.41 | - |
| YUV | 220.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 244 | 65 | 0.04 | 0 | 0.73 | 0.04 | 63.02 | 0.89 | 0.61 |
| Hex | EB | F4 | 41 | 4 | 0 | 49 | 4 | 3F | 59 | 3D |
| Octal | 353 | 364 | 101 | 4 | 0 | 111 | 4 | 77 | 131 | 75 |
| Binary | 11101011 | 11110100 | 1000001 | 100 | 0 | 1001001 | 100 | 111111 | 1011001 | 111101 |
Color Harmonies of #EBF441
Complementary color
Monochromatic Colors of #EBF441
Black with #EBF441
Text Example
Text Example
White with #EBF441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF441; }
p { color: rgb(235,244,65); }
H1.HeaderClassName
{
color: #EBF441;
}
.AnyTagClassName
{
color: #EBF441;
}
</style>
background-color css
<style>
a { background-color: #EBF441; }
a { background-color: rgb(235,244,65); }
div.DivClassName
{
background-color: #EBF441;
}
.BgClassName
{
background-color: #EBF441;
}
</style>
border-color css
<style>
span { border-color: #EBF441; }
span { border-color: rgb(235,244,65); }
td.TdClassName
{
border-color: #EBF441;
}
.TagClassName
{
border-color: #EBF441;
}
</style>