Shades of Starship #EBE83C
Tints of Starship #EBE83C
RGB
CMYK
RGB Variations
Color information
#EBE83C (or 0xEBE83C) is known color: Starship. HEX triplet: EB, E8 and 3C. RGB value is (235,232,60). Sum of RGB (Red+Green+Blue) = 235+232+60=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 60 (23.83% from 255 or 11.39% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE83C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE83C is #1417C3. Grayscale: #D5D5D5. Windows color (decimal): -1316804 or 3991787. OLE color: 3991787.
HSL color Cylindrical-coordinate representation of color #EBE83C: hue angle of 58.97º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBE83C is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 60 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.08 |
| HSL | 58.97º | 0.81% | 0.58% | - |
| HSV(B) | 58.97º | 0.74% | 0.92% | - |
| XYZ | 63.93 | 75.7 | 15.52 | - |
| YUV | 213.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 60 | 0 | 0.01 | 0.74 | 0.08 | 58.97 | 0.81 | 0.58 |
| Hex | EB | E8 | 3C | 0 | 1 | 4A | 8 | 3B | 51 | 3A |
| Octal | 353 | 350 | 74 | 0 | 1 | 112 | 10 | 73 | 121 | 72 |
| Binary | 11101011 | 11101000 | 111100 | 0 | 1 | 1001010 | 1000 | 111011 | 1010001 | 111010 |
Color Harmonies of #EBE83C
Complementary color
Monochromatic Colors of #EBE83C
Black with #EBE83C
Text Example
Text Example
White with #EBE83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE83C; }
p { color: rgb(235,232,60); }
H1.HeaderClassName
{
color: #EBE83C;
}
.AnyTagClassName
{
color: #EBE83C;
}
</style>
background-color css
<style>
a { background-color: #EBE83C; }
a { background-color: rgb(235,232,60); }
div.DivClassName
{
background-color: #EBE83C;
}
.BgClassName
{
background-color: #EBE83C;
}
</style>
border-color css
<style>
span { border-color: #EBE83C; }
span { border-color: rgb(235,232,60); }
td.TdClassName
{
border-color: #EBE83C;
}
.TagClassName
{
border-color: #EBE83C;
}
</style>