Shades of Starship #EBE23C
Tints of Starship #EBE23C
RGB
CMYK
RGB Variations
Color information
#EBE23C (or 0xEBE23C) is known color: Starship. HEX triplet: EB, E2 and 3C. RGB value is (235,226,60). Sum of RGB (Red+Green+Blue) = 235+226+60=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 60 (23.83% from 255 or 11.52% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE23C is #141DC3. Grayscale: #D2D2D2. Windows color (decimal): -1318340 or 3990251. OLE color: 3990251.
HSL color Cylindrical-coordinate representation of color #EBE23C: hue angle of 56.91º 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 #EBE23C is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 60 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.08 |
| HSL | 56.91º | 0.81% | 0.58% | - |
| HSV(B) | 56.91º | 0.74% | 0.92% | - |
| XYZ | 62.27 | 72.38 | 14.96 | - |
| YUV | 209.77 | 43.48 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 60 | 0 | 0.04 | 0.74 | 0.08 | 56.91 | 0.81 | 0.58 |
| Hex | EB | E2 | 3C | 0 | 4 | 4A | 8 | 39 | 51 | 3A |
| Octal | 353 | 342 | 74 | 0 | 4 | 112 | 10 | 71 | 121 | 72 |
| Binary | 11101011 | 11100010 | 111100 | 0 | 100 | 1001010 | 1000 | 111001 | 1010001 | 111010 |
Color Harmonies of #EBE23C
Complementary color
Monochromatic Colors of #EBE23C
Black with #EBE23C
Text Example
Text Example
White with #EBE23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE23C; }
p { color: rgb(235,226,60); }
H1.HeaderClassName
{
color: #EBE23C;
}
.AnyTagClassName
{
color: #EBE23C;
}
</style>
background-color css
<style>
a { background-color: #EBE23C; }
a { background-color: rgb(235,226,60); }
div.DivClassName
{
background-color: #EBE23C;
}
.BgClassName
{
background-color: #EBE23C;
}
</style>
border-color css
<style>
span { border-color: #EBE23C; }
span { border-color: rgb(235,226,60); }
td.TdClassName
{
border-color: #EBE23C;
}
.TagClassName
{
border-color: #EBE23C;
}
</style>