Shades of Starship #EBE945
Tints of Starship #EBE945
RGB
CMYK
RGB Variations
Color information
#EBE945 (or 0xEBE945) is known color: Starship. HEX triplet: EB, E9 and 45. RGB value is (235,233,69). Sum of RGB (Red+Green+Blue) = 235+233+69=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 69 (27.34% from 255 or 12.85% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE945 is #1416BA. Grayscale: #D7D7D7. Windows color (decimal): -1316539 or 4581867. OLE color: 4581867.
HSL color Cylindrical-coordinate representation of color #EBE945: hue angle of 59.28º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBE945 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 69 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.08 |
| HSL | 59.28º | 0.81% | 0.6% | - |
| HSV(B) | 59.28º | 0.71% | 0.92% | - |
| XYZ | 64.47 | 76.37 | 16.97 | - |
| YUV | 214.9 | 45.66 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 69 | 0 | 0.01 | 0.71 | 0.08 | 59.28 | 0.81 | 0.6 |
| Hex | EB | E9 | 45 | 0 | 1 | 47 | 8 | 3B | 51 | 3C |
| Octal | 353 | 351 | 105 | 0 | 1 | 107 | 10 | 73 | 121 | 74 |
| Binary | 11101011 | 11101001 | 1000101 | 0 | 1 | 1000111 | 1000 | 111011 | 1010001 | 111100 |
Color Harmonies of #EBE945
Complementary color
Monochromatic Colors of #EBE945
Black with #EBE945
Text Example
Text Example
White with #EBE945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE945; }
p { color: rgb(235,233,69); }
H1.HeaderClassName
{
color: #EBE945;
}
.AnyTagClassName
{
color: #EBE945;
}
</style>
background-color css
<style>
a { background-color: #EBE945; }
a { background-color: rgb(235,233,69); }
div.DivClassName
{
background-color: #EBE945;
}
.BgClassName
{
background-color: #EBE945;
}
</style>
border-color css
<style>
span { border-color: #EBE945; }
span { border-color: rgb(235,233,69); }
td.TdClassName
{
border-color: #EBE945;
}
.TagClassName
{
border-color: #EBE945;
}
</style>