Shades of Starship #EBDA42
Tints of Starship #EBDA42
RGB
CMYK
RGB Variations
Color information
#EBDA42 (or 0xEBDA42) is known color: Starship. HEX triplet: EB, DA and 42. RGB value is (235,218,66). Sum of RGB (Red+Green+Blue) = 235+218+66=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA42 is #1425BD. Grayscale: #CECECE. Windows color (decimal): -1320382 or 4381419. OLE color: 4381419.
HSL color Cylindrical-coordinate representation of color #EBDA42: hue angle of 53.96º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EBDA42 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 66 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.08 |
| HSL | 53.96º | 0.81% | 0.59% | - |
| HSV(B) | 53.96º | 0.72% | 0.92% | - |
| XYZ | 60.32 | 68.2 | 15.14 | - |
| YUV | 205.76 | 49.13 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 66 | 0 | 0.07 | 0.72 | 0.08 | 53.96 | 0.81 | 0.59 |
| Hex | EB | DA | 42 | 0 | 7 | 48 | 8 | 36 | 51 | 3B |
| Octal | 353 | 332 | 102 | 0 | 7 | 110 | 10 | 66 | 121 | 73 |
| Binary | 11101011 | 11011010 | 1000010 | 0 | 111 | 1001000 | 1000 | 110110 | 1010001 | 111011 |
Color Harmonies of #EBDA42
Complementary color
Monochromatic Colors of #EBDA42
Black with #EBDA42
Text Example
Text Example
White with #EBDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA42; }
p { color: rgb(235,218,66); }
H1.HeaderClassName
{
color: #EBDA42;
}
.AnyTagClassName
{
color: #EBDA42;
}
</style>
background-color css
<style>
a { background-color: #EBDA42; }
a { background-color: rgb(235,218,66); }
div.DivClassName
{
background-color: #EBDA42;
}
.BgClassName
{
background-color: #EBDA42;
}
</style>
border-color css
<style>
span { border-color: #EBDA42; }
span { border-color: rgb(235,218,66); }
td.TdClassName
{
border-color: #EBDA42;
}
.TagClassName
{
border-color: #EBDA42;
}
</style>