Shades of Starship #EBEA40
Tints of Starship #EBEA40
RGB
CMYK
RGB Variations
Color information
#EBEA40 (or 0xEBEA40) is known color: Starship. HEX triplet: EB, EA and 40. RGB value is (235,234,64). Sum of RGB (Red+Green+Blue) = 235+234+64=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEA40 is #1415BF. Grayscale: #D7D7D7. Windows color (decimal): -1316288 or 4254443. OLE color: 4254443.
HSL color Cylindrical-coordinate representation of color #EBEA40: hue angle of 59.65º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBEA40 is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 234 | 64 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.08 |
| HSL | 59.65º | 0.81% | 0.59% | - |
| HSV(B) | 59.65º | 0.73% | 0.92% | - |
| XYZ | 64.61 | 76.88 | 16.28 | - |
| YUV | 214.92 | 42.83 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 64 | 0 | 0.00 | 0.73 | 0.08 | 59.65 | 0.81 | 0.59 |
| Hex | EB | EA | 40 | 0 | 0 | 49 | 8 | 3C | 51 | 3B |
| Octal | 353 | 352 | 100 | 0 | 0 | 111 | 10 | 74 | 121 | 73 |
| Binary | 11101011 | 11101010 | 1000000 | 0 | 0 | 1001001 | 1000 | 111100 | 1010001 | 111011 |
Color Harmonies of #EBEA40
Complementary color
Monochromatic Colors of #EBEA40
Black with #EBEA40
Text Example
Text Example
White with #EBEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEA40; }
p { color: rgb(235,234,64); }
H1.HeaderClassName
{
color: #EBEA40;
}
.AnyTagClassName
{
color: #EBEA40;
}
</style>
background-color css
<style>
a { background-color: #EBEA40; }
a { background-color: rgb(235,234,64); }
div.DivClassName
{
background-color: #EBEA40;
}
.BgClassName
{
background-color: #EBEA40;
}
</style>
border-color css
<style>
span { border-color: #EBEA40; }
span { border-color: rgb(235,234,64); }
td.TdClassName
{
border-color: #EBEA40;
}
.TagClassName
{
border-color: #EBEA40;
}
</style>