Shades of Starship #EBDA3A
Tints of Starship #EBDA3A
RGB
CMYK
RGB Variations
Color information
#EBDA3A (or 0xEBDA3A) is known color: Starship. HEX triplet: EB, DA and 3A. RGB value is (235,218,58). Sum of RGB (Red+Green+Blue) = 235+218+58=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA3A is #1425C5. Grayscale: #CDCDCD. Windows color (decimal): -1320390 or 3857131. OLE color: 3857131.
HSL color Cylindrical-coordinate representation of color #EBDA3A: hue angle of 54.24º 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 #EBDA3A is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 58 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.08 |
| HSL | 54.24º | 0.82% | 0.57% | - |
| HSV(B) | 54.24º | 0.75% | 0.92% | - |
| XYZ | 60.1 | 68.11 | 13.98 | - |
| YUV | 204.84 | 45.13 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 58 | 0 | 0.07 | 0.75 | 0.08 | 54.24 | 0.82 | 0.57 |
| Hex | EB | DA | 3A | 0 | 7 | 4B | 8 | 36 | 52 | 39 |
| Octal | 353 | 332 | 72 | 0 | 7 | 113 | 10 | 66 | 122 | 71 |
| Binary | 11101011 | 11011010 | 111010 | 0 | 111 | 1001011 | 1000 | 110110 | 1010010 | 111001 |
Color Harmonies of #EBDA3A
Complementary color
Monochromatic Colors of #EBDA3A
Black with #EBDA3A
Text Example
Text Example
White with #EBDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA3A; }
p { color: rgb(235,218,58); }
H1.HeaderClassName
{
color: #EBDA3A;
}
.AnyTagClassName
{
color: #EBDA3A;
}
</style>
background-color css
<style>
a { background-color: #EBDA3A; }
a { background-color: rgb(235,218,58); }
div.DivClassName
{
background-color: #EBDA3A;
}
.BgClassName
{
background-color: #EBDA3A;
}
</style>
border-color css
<style>
span { border-color: #EBDA3A; }
span { border-color: rgb(235,218,58); }
td.TdClassName
{
border-color: #EBDA3A;
}
.TagClassName
{
border-color: #EBDA3A;
}
</style>