Shades of Starship #E6EB41
Tints of Starship #E6EB41
RGB
CMYK
RGB Variations
Color information
#E6EB41 (or 0xE6EB41) is known color: Starship. HEX triplet: E6, EB and 41. RGB value is (230,235,65). Sum of RGB (Red+Green+Blue) = 230+235+65=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 65 (25.78% from 255 or 12.26% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EB41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6EB41 is #1914BE. Grayscale: #D6D6D6. Windows color (decimal): -1643711 or 4320230. OLE color: 4320230.
HSL color Cylindrical-coordinate representation of color #E6EB41: hue angle of 61.76º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6EB41 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 235 | 65 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.08 |
| HSL | 61.76º | 0.81% | 0.59% | - |
| HSV(B) | 61.76º | 0.72% | 0.92% | - |
| XYZ | 63.3 | 76.62 | 16.45 | - |
| YUV | 214.13 | 43.84 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 235 | 65 | 0.02 | 0 | 0.72 | 0.08 | 61.76 | 0.81 | 0.59 |
| Hex | E6 | EB | 41 | 2 | 0 | 48 | 8 | 3E | 51 | 3B |
| Octal | 346 | 353 | 101 | 2 | 0 | 110 | 10 | 76 | 121 | 73 |
| Binary | 11100110 | 11101011 | 1000001 | 10 | 0 | 1001000 | 1000 | 111110 | 1010001 | 111011 |
Color Harmonies of #E6EB41
Complementary color
Monochromatic Colors of #E6EB41
Black with #E6EB41
Text Example
Text Example
White with #E6EB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EB41; }
p { color: rgb(230,235,65); }
H1.HeaderClassName
{
color: #E6EB41;
}
.AnyTagClassName
{
color: #E6EB41;
}
</style>
background-color css
<style>
a { background-color: #E6EB41; }
a { background-color: rgb(230,235,65); }
div.DivClassName
{
background-color: #E6EB41;
}
.BgClassName
{
background-color: #E6EB41;
}
</style>
border-color css
<style>
span { border-color: #E6EB41; }
span { border-color: rgb(230,235,65); }
td.TdClassName
{
border-color: #E6EB41;
}
.TagClassName
{
border-color: #E6EB41;
}
</style>