Shades of Starship #EBE93B
Tints of Starship #EBE93B
RGB
CMYK
RGB Variations
Color information
#EBE93B (or 0xEBE93B) is known color: Starship. HEX triplet: EB, E9 and 3B. RGB value is (235,233,59). Sum of RGB (Red+Green+Blue) = 235+233+59=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 59 (23.44% from 255 or 11.20% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE93B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE93B is #1416C4. Grayscale: #D6D6D6. Windows color (decimal): -1316549 or 3926507. OLE color: 3926507.
HSL color Cylindrical-coordinate representation of color #EBE93B: hue angle of 59.32º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBE93B is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 59 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.08 |
| HSL | 59.32º | 0.81% | 0.58% | - |
| HSV(B) | 59.32º | 0.75% | 0.92% | - |
| XYZ | 64.19 | 76.26 | 15.47 | - |
| YUV | 213.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 59 | 0 | 0.01 | 0.75 | 0.08 | 59.32 | 0.81 | 0.58 |
| Hex | EB | E9 | 3B | 0 | 1 | 4B | 8 | 3B | 51 | 3A |
| Octal | 353 | 351 | 73 | 0 | 1 | 113 | 10 | 73 | 121 | 72 |
| Binary | 11101011 | 11101001 | 111011 | 0 | 1 | 1001011 | 1000 | 111011 | 1010001 | 111010 |
Color Harmonies of #EBE93B
Complementary color
Monochromatic Colors of #EBE93B
Black with #EBE93B
Text Example
Text Example
White with #EBE93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE93B; }
p { color: rgb(235,233,59); }
H1.HeaderClassName
{
color: #EBE93B;
}
.AnyTagClassName
{
color: #EBE93B;
}
</style>
background-color css
<style>
a { background-color: #EBE93B; }
a { background-color: rgb(235,233,59); }
div.DivClassName
{
background-color: #EBE93B;
}
.BgClassName
{
background-color: #EBE93B;
}
</style>
border-color css
<style>
span { border-color: #EBE93B; }
span { border-color: rgb(235,233,59); }
td.TdClassName
{
border-color: #EBE93B;
}
.TagClassName
{
border-color: #EBE93B;
}
</style>