Shades of Starship #E6EA3C
Tints of Starship #E6EA3C
RGB
CMYK
RGB Variations
Color information
#E6EA3C (or 0xE6EA3C) is known color: Starship. HEX triplet: E6, EA and 3C. RGB value is (230,234,60). Sum of RGB (Red+Green+Blue) = 230+234+60=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 60 (23.83% from 255 or 11.45% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EA3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6EA3C is #1915C3. Grayscale: #D5D5D5. Windows color (decimal): -1643972 or 3992294. OLE color: 3992294.
HSL color Cylindrical-coordinate representation of color #E6EA3C: hue angle of 61.38º 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 #E6EA3C is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 234 | 60 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.08 |
| HSL | 61.38º | 0.81% | 0.58% | - |
| HSV(B) | 61.38º | 0.74% | 0.92% | - |
| XYZ | 62.87 | 75.99 | 15.63 | - |
| YUV | 212.97 | 41.67 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 234 | 60 | 0.02 | 0 | 0.74 | 0.08 | 61.38 | 0.81 | 0.58 |
| Hex | E6 | EA | 3C | 2 | 0 | 4A | 8 | 3D | 51 | 3A |
| Octal | 346 | 352 | 74 | 2 | 0 | 112 | 10 | 75 | 121 | 72 |
| Binary | 11100110 | 11101010 | 111100 | 10 | 0 | 1001010 | 1000 | 111101 | 1010001 | 111010 |
Color Harmonies of #E6EA3C
Complementary color
Monochromatic Colors of #E6EA3C
Black with #E6EA3C
Text Example
Text Example
White with #E6EA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EA3C; }
p { color: rgb(230,234,60); }
H1.HeaderClassName
{
color: #E6EA3C;
}
.AnyTagClassName
{
color: #E6EA3C;
}
</style>
background-color css
<style>
a { background-color: #E6EA3C; }
a { background-color: rgb(230,234,60); }
div.DivClassName
{
background-color: #E6EA3C;
}
.BgClassName
{
background-color: #E6EA3C;
}
</style>
border-color css
<style>
span { border-color: #E6EA3C; }
span { border-color: rgb(230,234,60); }
td.TdClassName
{
border-color: #E6EA3C;
}
.TagClassName
{
border-color: #E6EA3C;
}
</style>