Shades of Starship #EBED40
Tints of Starship #EBED40
RGB
CMYK
RGB Variations
Color information
#EBED40 (or 0xEBED40) is known color: Starship. HEX triplet: EB, ED and 40. RGB value is (235,237,64). Sum of RGB (Red+Green+Blue) = 235+237+64=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED40 is #1412BF. Grayscale: #D9D9D9. Windows color (decimal): -1315520 or 4255211. OLE color: 4255211.
HSL color Cylindrical-coordinate representation of color #EBED40: hue angle of 60.69º 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 #EBED40 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 64 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.07 |
| HSL | 60.69º | 0.83% | 0.59% | - |
| HSV(B) | 60.69º | 0.73% | 0.93% | - |
| XYZ | 65.47 | 78.6 | 16.57 | - |
| YUV | 216.68 | 41.84 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 64 | 0.01 | 0 | 0.73 | 0.07 | 60.69 | 0.83 | 0.59 |
| Hex | EB | ED | 40 | 1 | 0 | 49 | 7 | 3D | 53 | 3B |
| Octal | 353 | 355 | 100 | 1 | 0 | 111 | 7 | 75 | 123 | 73 |
| Binary | 11101011 | 11101101 | 1000000 | 1 | 0 | 1001001 | 111 | 111101 | 1010011 | 111011 |
Color Harmonies of #EBED40
Complementary color
Monochromatic Colors of #EBED40
Black with #EBED40
Text Example
Text Example
White with #EBED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED40; }
p { color: rgb(235,237,64); }
H1.HeaderClassName
{
color: #EBED40;
}
.AnyTagClassName
{
color: #EBED40;
}
</style>
background-color css
<style>
a { background-color: #EBED40; }
a { background-color: rgb(235,237,64); }
div.DivClassName
{
background-color: #EBED40;
}
.BgClassName
{
background-color: #EBED40;
}
</style>
border-color css
<style>
span { border-color: #EBED40; }
span { border-color: rgb(235,237,64); }
td.TdClassName
{
border-color: #EBED40;
}
.TagClassName
{
border-color: #EBED40;
}
</style>