Shades of Starship #EBE13C
Tints of Starship #EBE13C
RGB
CMYK
RGB Variations
Color information
#EBE13C (or 0xEBE13C) is known color: Starship. HEX triplet: EB, E1 and 3C. RGB value is (235,225,60). Sum of RGB (Red+Green+Blue) = 235+225+60=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE13C is #141EC3. Grayscale: #D1D1D1. Windows color (decimal): -1318596 or 3989995. OLE color: 3989995.
HSL color Cylindrical-coordinate representation of color #EBE13C: hue angle of 56.57º 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 #EBE13C is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 60 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.08 |
| HSL | 56.57º | 0.81% | 0.58% | - |
| HSV(B) | 56.57º | 0.74% | 0.92% | - |
| XYZ | 62 | 71.84 | 14.87 | - |
| YUV | 209.18 | 43.81 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 60 | 0 | 0.04 | 0.74 | 0.08 | 56.57 | 0.81 | 0.58 |
| Hex | EB | E1 | 3C | 0 | 4 | 4A | 8 | 39 | 51 | 3A |
| Octal | 353 | 341 | 74 | 0 | 4 | 112 | 10 | 71 | 121 | 72 |
| Binary | 11101011 | 11100001 | 111100 | 0 | 100 | 1001010 | 1000 | 111001 | 1010001 | 111010 |
Color Harmonies of #EBE13C
Complementary color
Monochromatic Colors of #EBE13C
Black with #EBE13C
Text Example
Text Example
White with #EBE13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE13C; }
p { color: rgb(235,225,60); }
H1.HeaderClassName
{
color: #EBE13C;
}
.AnyTagClassName
{
color: #EBE13C;
}
</style>
background-color css
<style>
a { background-color: #EBE13C; }
a { background-color: rgb(235,225,60); }
div.DivClassName
{
background-color: #EBE13C;
}
.BgClassName
{
background-color: #EBE13C;
}
</style>
border-color css
<style>
span { border-color: #EBE13C; }
span { border-color: rgb(235,225,60); }
td.TdClassName
{
border-color: #EBE13C;
}
.TagClassName
{
border-color: #EBE13C;
}
</style>