Shades of Starship #EBED3F
Tints of Starship #EBED3F
RGB
CMYK
RGB Variations
Color information
#EBED3F (or 0xEBED3F) is known color: Starship. HEX triplet: EB, ED and 3F. RGB value is (235,237,63). Sum of RGB (Red+Green+Blue) = 235+237+63=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 63 (25% from 255 or 11.78% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED3F is #1412C0. Grayscale: #D9D9D9. Windows color (decimal): -1315521 or 4189675. OLE color: 4189675.
HSL color Cylindrical-coordinate representation of color #EBED3F: 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 #EBED3F is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 63 | - |
| 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.44 | 78.59 | 16.42 | - |
| YUV | 216.57 | 41.34 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 63 | 0.01 | 0 | 0.73 | 0.07 | 60.69 | 0.83 | 0.59 |
| Hex | EB | ED | 3F | 1 | 0 | 49 | 7 | 3D | 53 | 3B |
| Octal | 353 | 355 | 77 | 1 | 0 | 111 | 7 | 75 | 123 | 73 |
| Binary | 11101011 | 11101101 | 111111 | 1 | 0 | 1001001 | 111 | 111101 | 1010011 | 111011 |
Color Harmonies of #EBED3F
Complementary color
Monochromatic Colors of #EBED3F
Black with #EBED3F
Text Example
Text Example
White with #EBED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED3F; }
p { color: rgb(235,237,63); }
H1.HeaderClassName
{
color: #EBED3F;
}
.AnyTagClassName
{
color: #EBED3F;
}
</style>
background-color css
<style>
a { background-color: #EBED3F; }
a { background-color: rgb(235,237,63); }
div.DivClassName
{
background-color: #EBED3F;
}
.BgClassName
{
background-color: #EBED3F;
}
</style>
border-color css
<style>
span { border-color: #EBED3F; }
span { border-color: rgb(235,237,63); }
td.TdClassName
{
border-color: #EBED3F;
}
.TagClassName
{
border-color: #EBED3F;
}
</style>