Shades of Starship #EBE543
Tints of Starship #EBE543
RGB
CMYK
RGB Variations
Color information
#EBE543 (or 0xEBE543) is known color: Starship. HEX triplet: EB, E5 and 43. RGB value is (235,229,67). Sum of RGB (Red+Green+Blue) = 235+229+67=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 67 (26.56% from 255 or 12.62% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE543 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE543 is #141ABC. Grayscale: #D4D4D4. Windows color (decimal): -1317565 or 4449771. OLE color: 4449771.
HSL color Cylindrical-coordinate representation of color #EBE543: hue angle of 57.86º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBE543 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 67 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.08 |
| HSL | 57.86º | 0.81% | 0.59% | - |
| HSV(B) | 57.86º | 0.71% | 0.92% | - |
| XYZ | 63.29 | 74.11 | 16.28 | - |
| YUV | 212.33 | 45.99 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 67 | 0 | 0.03 | 0.71 | 0.08 | 57.86 | 0.81 | 0.59 |
| Hex | EB | E5 | 43 | 0 | 3 | 47 | 8 | 3A | 51 | 3B |
| Octal | 353 | 345 | 103 | 0 | 3 | 107 | 10 | 72 | 121 | 73 |
| Binary | 11101011 | 11100101 | 1000011 | 0 | 11 | 1000111 | 1000 | 111010 | 1010001 | 111011 |
Color Harmonies of #EBE543
Complementary color
Monochromatic Colors of #EBE543
Black with #EBE543
Text Example
Text Example
White with #EBE543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE543; }
p { color: rgb(235,229,67); }
H1.HeaderClassName
{
color: #EBE543;
}
.AnyTagClassName
{
color: #EBE543;
}
</style>
background-color css
<style>
a { background-color: #EBE543; }
a { background-color: rgb(235,229,67); }
div.DivClassName
{
background-color: #EBE543;
}
.BgClassName
{
background-color: #EBE543;
}
</style>
border-color css
<style>
span { border-color: #EBE543; }
span { border-color: rgb(235,229,67); }
td.TdClassName
{
border-color: #EBE543;
}
.TagClassName
{
border-color: #EBE543;
}
</style>