Shades of Starship #EBE33B
Tints of Starship #EBE33B
RGB
CMYK
RGB Variations
Color information
#EBE33B (or 0xEBE33B) is known color: Starship. HEX triplet: EB, E3 and 3B. RGB value is (235,227,59). Sum of RGB (Red+Green+Blue) = 235+227+59=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 59 (23.44% from 255 or 11.32% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE33B is #141CC4. Grayscale: #D2D2D2. Windows color (decimal): -1318085 or 3924971. OLE color: 3924971.
HSL color Cylindrical-coordinate representation of color #EBE33B: hue angle of 57.27º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBE33B is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 59 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.08 |
| HSL | 57.27º | 0.81% | 0.58% | - |
| HSV(B) | 57.27º | 0.75% | 0.92% | - |
| XYZ | 62.52 | 72.92 | 14.92 | - |
| YUV | 210.24 | 42.65 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 59 | 0 | 0.03 | 0.75 | 0.08 | 57.27 | 0.81 | 0.58 |
| Hex | EB | E3 | 3B | 0 | 3 | 4B | 8 | 39 | 51 | 3A |
| Octal | 353 | 343 | 73 | 0 | 3 | 113 | 10 | 71 | 121 | 72 |
| Binary | 11101011 | 11100011 | 111011 | 0 | 11 | 1001011 | 1000 | 111001 | 1010001 | 111010 |
Color Harmonies of #EBE33B
Complementary color
Monochromatic Colors of #EBE33B
Black with #EBE33B
Text Example
Text Example
White with #EBE33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE33B; }
p { color: rgb(235,227,59); }
H1.HeaderClassName
{
color: #EBE33B;
}
.AnyTagClassName
{
color: #EBE33B;
}
</style>
background-color css
<style>
a { background-color: #EBE33B; }
a { background-color: rgb(235,227,59); }
div.DivClassName
{
background-color: #EBE33B;
}
.BgClassName
{
background-color: #EBE33B;
}
</style>
border-color css
<style>
span { border-color: #EBE33B; }
span { border-color: rgb(235,227,59); }
td.TdClassName
{
border-color: #EBE33B;
}
.TagClassName
{
border-color: #EBE33B;
}
</style>