Shades of Starship #EBDC3A
Tints of Starship #EBDC3A
RGB
CMYK
RGB Variations
Color information
#EBDC3A (or 0xEBDC3A) is known color: Starship. HEX triplet: EB, DC and 3A. RGB value is (235,220,58). Sum of RGB (Red+Green+Blue) = 235+220+58=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC3A is #1423C5. Grayscale: #CECECE. Windows color (decimal): -1319878 or 3857643. OLE color: 3857643.
HSL color Cylindrical-coordinate representation of color #EBDC3A: hue angle of 54.92º 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 #EBDC3A is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 58 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.08 |
| HSL | 54.92º | 0.82% | 0.57% | - |
| HSV(B) | 54.92º | 0.75% | 0.92% | - |
| XYZ | 60.62 | 69.15 | 14.16 | - |
| YUV | 206.02 | 44.47 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 58 | 0 | 0.06 | 0.75 | 0.08 | 54.92 | 0.82 | 0.57 |
| Hex | EB | DC | 3A | 0 | 6 | 4B | 8 | 37 | 52 | 39 |
| Octal | 353 | 334 | 72 | 0 | 6 | 113 | 10 | 67 | 122 | 71 |
| Binary | 11101011 | 11011100 | 111010 | 0 | 110 | 1001011 | 1000 | 110111 | 1010010 | 111001 |
Color Harmonies of #EBDC3A
Complementary color
Monochromatic Colors of #EBDC3A
Black with #EBDC3A
Text Example
Text Example
White with #EBDC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC3A; }
p { color: rgb(235,220,58); }
H1.HeaderClassName
{
color: #EBDC3A;
}
.AnyTagClassName
{
color: #EBDC3A;
}
</style>
background-color css
<style>
a { background-color: #EBDC3A; }
a { background-color: rgb(235,220,58); }
div.DivClassName
{
background-color: #EBDC3A;
}
.BgClassName
{
background-color: #EBDC3A;
}
</style>
border-color css
<style>
span { border-color: #EBDC3A; }
span { border-color: rgb(235,220,58); }
td.TdClassName
{
border-color: #EBDC3A;
}
.TagClassName
{
border-color: #EBDC3A;
}
</style>