Shades of Starship #EBED41
Tints of Starship #EBED41
RGB
CMYK
RGB Variations
Color information
#EBED41 (or 0xEBED41) is known color: Starship. HEX triplet: EB, ED and 41. RGB value is (235,237,65). Sum of RGB (Red+Green+Blue) = 235+237+65=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 65 (25.78% from 255 or 12.10% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED41 is #1412BE. Grayscale: #D9D9D9. Windows color (decimal): -1315519 or 4320747. OLE color: 4320747.
HSL color Cylindrical-coordinate representation of color #EBED41: hue angle of 60.7º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBED41 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 65 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.07 |
| HSL | 60.7º | 0.83% | 0.59% | - |
| HSV(B) | 60.7º | 0.73% | 0.93% | - |
| XYZ | 65.5 | 78.61 | 16.72 | - |
| YUV | 216.79 | 42.34 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 65 | 0.01 | 0 | 0.73 | 0.07 | 60.7 | 0.83 | 0.59 |
| Hex | EB | ED | 41 | 1 | 0 | 49 | 7 | 3D | 53 | 3B |
| Octal | 353 | 355 | 101 | 1 | 0 | 111 | 7 | 75 | 123 | 73 |
| Binary | 11101011 | 11101101 | 1000001 | 1 | 0 | 1001001 | 111 | 111101 | 1010011 | 111011 |
Color Harmonies of #EBED41
Complementary color
Monochromatic Colors of #EBED41
Black with #EBED41
Text Example
Text Example
White with #EBED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED41; }
p { color: rgb(235,237,65); }
H1.HeaderClassName
{
color: #EBED41;
}
.AnyTagClassName
{
color: #EBED41;
}
</style>
background-color css
<style>
a { background-color: #EBED41; }
a { background-color: rgb(235,237,65); }
div.DivClassName
{
background-color: #EBED41;
}
.BgClassName
{
background-color: #EBED41;
}
</style>
border-color css
<style>
span { border-color: #EBED41; }
span { border-color: rgb(235,237,65); }
td.TdClassName
{
border-color: #EBED41;
}
.TagClassName
{
border-color: #EBED41;
}
</style>