Shades of Starship #EBE23D
Tints of Starship #EBE23D
RGB
CMYK
RGB Variations
Color information
#EBE23D (or 0xEBE23D) is known color: Starship. HEX triplet: EB, E2 and 3D. RGB value is (235,226,61). Sum of RGB (Red+Green+Blue) = 235+226+61=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 61 (24.22% from 255 or 11.69% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE23D is #141DC2. Grayscale: #D2D2D2. Windows color (decimal): -1318339 or 4055787. OLE color: 4055787.
HSL color Cylindrical-coordinate representation of color #EBE23D: hue angle of 56.9º 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 #EBE23D is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 61 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.08 |
| HSL | 56.9º | 0.81% | 0.58% | - |
| HSV(B) | 56.9º | 0.74% | 0.92% | - |
| XYZ | 62.3 | 72.39 | 15.1 | - |
| YUV | 209.88 | 43.98 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 61 | 0 | 0.04 | 0.74 | 0.08 | 56.9 | 0.81 | 0.58 |
| Hex | EB | E2 | 3D | 0 | 4 | 4A | 8 | 39 | 51 | 3A |
| Octal | 353 | 342 | 75 | 0 | 4 | 112 | 10 | 71 | 121 | 72 |
| Binary | 11101011 | 11100010 | 111101 | 0 | 100 | 1001010 | 1000 | 111001 | 1010001 | 111010 |
Color Harmonies of #EBE23D
Complementary color
Monochromatic Colors of #EBE23D
Black with #EBE23D
Text Example
Text Example
White with #EBE23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE23D; }
p { color: rgb(235,226,61); }
H1.HeaderClassName
{
color: #EBE23D;
}
.AnyTagClassName
{
color: #EBE23D;
}
</style>
background-color css
<style>
a { background-color: #EBE23D; }
a { background-color: rgb(235,226,61); }
div.DivClassName
{
background-color: #EBE23D;
}
.BgClassName
{
background-color: #EBE23D;
}
</style>
border-color css
<style>
span { border-color: #EBE23D; }
span { border-color: rgb(235,226,61); }
td.TdClassName
{
border-color: #EBE23D;
}
.TagClassName
{
border-color: #EBE23D;
}
</style>