Shades of Starship #EBE444
Tints of Starship #EBE444
RGB
CMYK
RGB Variations
Color information
#EBE444 (or 0xEBE444) is known color: Starship. HEX triplet: EB, E4 and 44. RGB value is (235,228,68). Sum of RGB (Red+Green+Blue) = 235+228+68=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 68 (26.95% from 255 or 12.81% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE444 is #141BBB. Grayscale: #D4D4D4. Windows color (decimal): -1317820 or 4515051. OLE color: 4515051.
HSL color Cylindrical-coordinate representation of color #EBE444: hue angle of 57.49º 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 #EBE444 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 68 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.08 |
| HSL | 57.49º | 0.81% | 0.59% | - |
| HSV(B) | 57.49º | 0.71% | 0.92% | - |
| XYZ | 63.05 | 73.57 | 16.35 | - |
| YUV | 211.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 68 | 0 | 0.03 | 0.71 | 0.08 | 57.49 | 0.81 | 0.59 |
| Hex | EB | E4 | 44 | 0 | 3 | 47 | 8 | 39 | 51 | 3B |
| Octal | 353 | 344 | 104 | 0 | 3 | 107 | 10 | 71 | 121 | 73 |
| Binary | 11101011 | 11100100 | 1000100 | 0 | 11 | 1000111 | 1000 | 111001 | 1010001 | 111011 |
Color Harmonies of #EBE444
Complementary color
Monochromatic Colors of #EBE444
Black with #EBE444
Text Example
Text Example
White with #EBE444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE444; }
p { color: rgb(235,228,68); }
H1.HeaderClassName
{
color: #EBE444;
}
.AnyTagClassName
{
color: #EBE444;
}
</style>
background-color css
<style>
a { background-color: #EBE444; }
a { background-color: rgb(235,228,68); }
div.DivClassName
{
background-color: #EBE444;
}
.BgClassName
{
background-color: #EBE444;
}
</style>
border-color css
<style>
span { border-color: #EBE444; }
span { border-color: rgb(235,228,68); }
td.TdClassName
{
border-color: #EBE444;
}
.TagClassName
{
border-color: #EBE444;
}
</style>