Shades of Starship #E6EC35
Tints of Starship #E6EC35
RGB
CMYK
RGB Variations
Color information
#E6EC35 (or 0xE6EC35) is known color: Starship. HEX triplet: E6, EC and 35. RGB value is (230,236,53). Sum of RGB (Red+Green+Blue) = 230+236+53=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 53 (21.09% from 255 or 10.21% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #E6EC35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6EC35 is #1913CA. Grayscale: #D6D6D6. Windows color (decimal): -1643467 or 3534054. OLE color: 3534054.
HSL color Cylindrical-coordinate representation of color #E6EC35: hue angle of 61.97º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6EC35 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 236 | 53 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.07 |
| HSL | 61.97º | 0.83% | 0.57% | - |
| HSV(B) | 61.97º | 0.78% | 0.93% | - |
| XYZ | 63.27 | 77.07 | 14.91 | - |
| YUV | 213.34 | 37.51 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 236 | 53 | 0.03 | 0 | 0.78 | 0.07 | 61.97 | 0.83 | 0.57 |
| Hex | E6 | EC | 35 | 3 | 0 | 4E | 7 | 3E | 53 | 39 |
| Octal | 346 | 354 | 65 | 3 | 0 | 116 | 7 | 76 | 123 | 71 |
| Binary | 11100110 | 11101100 | 110101 | 11 | 0 | 1001110 | 111 | 111110 | 1010011 | 111001 |
Color Harmonies of #E6EC35
Complementary color
Monochromatic Colors of #E6EC35
Black with #E6EC35
Text Example
Text Example
White with #E6EC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EC35; }
p { color: rgb(230,236,53); }
H1.HeaderClassName
{
color: #E6EC35;
}
.AnyTagClassName
{
color: #E6EC35;
}
</style>
background-color css
<style>
a { background-color: #E6EC35; }
a { background-color: rgb(230,236,53); }
div.DivClassName
{
background-color: #E6EC35;
}
.BgClassName
{
background-color: #E6EC35;
}
</style>
border-color css
<style>
span { border-color: #E6EC35; }
span { border-color: rgb(230,236,53); }
td.TdClassName
{
border-color: #E6EC35;
}
.TagClassName
{
border-color: #E6EC35;
}
</style>