Shades of Starship #EBE53C
Tints of Starship #EBE53C
RGB
CMYK
RGB Variations
Color information
#EBE53C (or 0xEBE53C) is known color: Starship. HEX triplet: EB, E5 and 3C. RGB value is (235,229,60). Sum of RGB (Red+Green+Blue) = 235+229+60=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 60 (23.83% from 255 or 11.45% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE53C is #141AC3. Grayscale: #D4D4D4. Windows color (decimal): -1317572 or 3991019. OLE color: 3991019.
HSL color Cylindrical-coordinate representation of color #EBE53C: hue angle of 57.94º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBE53C is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 60 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.08 |
| HSL | 57.94º | 0.81% | 0.58% | - |
| HSV(B) | 57.94º | 0.74% | 0.92% | - |
| XYZ | 63.1 | 74.03 | 15.24 | - |
| YUV | 211.53 | 42.49 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 60 | 0 | 0.03 | 0.74 | 0.08 | 57.94 | 0.81 | 0.58 |
| Hex | EB | E5 | 3C | 0 | 3 | 4A | 8 | 3A | 51 | 3A |
| Octal | 353 | 345 | 74 | 0 | 3 | 112 | 10 | 72 | 121 | 72 |
| Binary | 11101011 | 11100101 | 111100 | 0 | 11 | 1001010 | 1000 | 111010 | 1010001 | 111010 |
Color Harmonies of #EBE53C
Complementary color
Monochromatic Colors of #EBE53C
Black with #EBE53C
Text Example
Text Example
White with #EBE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE53C; }
p { color: rgb(235,229,60); }
H1.HeaderClassName
{
color: #EBE53C;
}
.AnyTagClassName
{
color: #EBE53C;
}
</style>
background-color css
<style>
a { background-color: #EBE53C; }
a { background-color: rgb(235,229,60); }
div.DivClassName
{
background-color: #EBE53C;
}
.BgClassName
{
background-color: #EBE53C;
}
</style>
border-color css
<style>
span { border-color: #EBE53C; }
span { border-color: rgb(235,229,60); }
td.TdClassName
{
border-color: #EBE53C;
}
.TagClassName
{
border-color: #EBE53C;
}
</style>