Shades of Starship #E6EB3C
Tints of Starship #E6EB3C
RGB
CMYK
RGB Variations
Color information
#E6EB3C (or 0xE6EB3C) is known color: Starship. HEX triplet: E6, EB and 3C. RGB value is (230,235,60). Sum of RGB (Red+Green+Blue) = 230+235+60=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 60 (23.83% from 255 or 11.43% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EB3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6EB3C is #1914C3. Grayscale: #D6D6D6. Windows color (decimal): -1643716 or 3992550. OLE color: 3992550.
HSL color Cylindrical-coordinate representation of color #E6EB3C: hue angle of 61.71º 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 #E6EB3C is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 235 | 60 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.08 |
| HSL | 61.71º | 0.81% | 0.58% | - |
| HSV(B) | 61.71º | 0.74% | 0.92% | - |
| XYZ | 63.16 | 76.57 | 15.72 | - |
| YUV | 213.56 | 41.34 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 235 | 60 | 0.02 | 0 | 0.74 | 0.08 | 61.71 | 0.81 | 0.58 |
| Hex | E6 | EB | 3C | 2 | 0 | 4A | 8 | 3E | 51 | 3A |
| Octal | 346 | 353 | 74 | 2 | 0 | 112 | 10 | 76 | 121 | 72 |
| Binary | 11100110 | 11101011 | 111100 | 10 | 0 | 1001010 | 1000 | 111110 | 1010001 | 111010 |
Color Harmonies of #E6EB3C
Complementary color
Monochromatic Colors of #E6EB3C
Black with #E6EB3C
Text Example
Text Example
White with #E6EB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EB3C; }
p { color: rgb(230,235,60); }
H1.HeaderClassName
{
color: #E6EB3C;
}
.AnyTagClassName
{
color: #E6EB3C;
}
</style>
background-color css
<style>
a { background-color: #E6EB3C; }
a { background-color: rgb(230,235,60); }
div.DivClassName
{
background-color: #E6EB3C;
}
.BgClassName
{
background-color: #E6EB3C;
}
</style>
border-color css
<style>
span { border-color: #E6EB3C; }
span { border-color: rgb(230,235,60); }
td.TdClassName
{
border-color: #E6EB3C;
}
.TagClassName
{
border-color: #E6EB3C;
}
</style>