Shades of Starship #EBE63A
Tints of Starship #EBE63A
RGB
CMYK
RGB Variations
Color information
#EBE63A (or 0xEBE63A) is known color: Starship. HEX triplet: EB, E6 and 3A. RGB value is (235,230,58). Sum of RGB (Red+Green+Blue) = 235+230+58=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 58 (23.05% from 255 or 11.09% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE63A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE63A is #1419C5. Grayscale: #D4D4D4. Windows color (decimal): -1317318 or 3860203. OLE color: 3860203.
HSL color Cylindrical-coordinate representation of color #EBE63A: hue angle of 58.31º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBE63A is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 58 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.08 |
| HSL | 58.31º | 0.82% | 0.57% | - |
| HSV(B) | 58.31º | 0.75% | 0.92% | - |
| XYZ | 63.32 | 74.56 | 15.06 | - |
| YUV | 211.89 | 41.16 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 58 | 0 | 0.02 | 0.75 | 0.08 | 58.31 | 0.82 | 0.57 |
| Hex | EB | E6 | 3A | 0 | 2 | 4B | 8 | 3A | 52 | 39 |
| Octal | 353 | 346 | 72 | 0 | 2 | 113 | 10 | 72 | 122 | 71 |
| Binary | 11101011 | 11100110 | 111010 | 0 | 10 | 1001011 | 1000 | 111010 | 1010010 | 111001 |
Color Harmonies of #EBE63A
Complementary color
Monochromatic Colors of #EBE63A
Black with #EBE63A
Text Example
Text Example
White with #EBE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE63A; }
p { color: rgb(235,230,58); }
H1.HeaderClassName
{
color: #EBE63A;
}
.AnyTagClassName
{
color: #EBE63A;
}
</style>
background-color css
<style>
a { background-color: #EBE63A; }
a { background-color: rgb(235,230,58); }
div.DivClassName
{
background-color: #EBE63A;
}
.BgClassName
{
background-color: #EBE63A;
}
</style>
border-color css
<style>
span { border-color: #EBE63A; }
span { border-color: rgb(235,230,58); }
td.TdClassName
{
border-color: #EBE63A;
}
.TagClassName
{
border-color: #EBE63A;
}
</style>