Shades of Starship #E6E234
Tints of Starship #E6E234
RGB
CMYK
RGB Variations
Color information
#E6E234 (or 0xE6E234) is known color: Starship. HEX triplet: E6, E2 and 34. RGB value is (230,226,52). Sum of RGB (Red+Green+Blue) = 230+226+52=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 52 (20.70% from 255 or 10.24% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E234 is #191DCB. Grayscale: #D0D0D0. Windows color (decimal): -1646028 or 3465958. OLE color: 3465958.
HSL color Cylindrical-coordinate representation of color #E6E234: hue angle of 58.65º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6E234 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 226 | 52 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.10 |
| HSL | 58.65º | 0.78% | 0.55% | - |
| HSV(B) | 58.65º | 0.77% | 0.9% | - |
| XYZ | 60.45 | 71.46 | 13.86 | - |
| YUV | 207.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 226 | 52 | 0 | 0.02 | 0.77 | 0.10 | 58.65 | 0.78 | 0.55 |
| Hex | E6 | E2 | 34 | 0 | 2 | 4D | A | 3B | 4E | 37 |
| Octal | 346 | 342 | 64 | 0 | 2 | 115 | 12 | 73 | 116 | 67 |
| Binary | 11100110 | 11100010 | 110100 | 0 | 10 | 1001101 | 1010 | 111011 | 1001110 | 110111 |
Color Harmonies of #E6E234
Complementary color
Monochromatic Colors of #E6E234
Black with #E6E234
Text Example
Text Example
White with #E6E234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E234; }
p { color: rgb(230,226,52); }
H1.HeaderClassName
{
color: #E6E234;
}
.AnyTagClassName
{
color: #E6E234;
}
</style>
background-color css
<style>
a { background-color: #E6E234; }
a { background-color: rgb(230,226,52); }
div.DivClassName
{
background-color: #E6E234;
}
.BgClassName
{
background-color: #E6E234;
}
</style>
border-color css
<style>
span { border-color: #E6E234; }
span { border-color: rgb(230,226,52); }
td.TdClassName
{
border-color: #E6E234;
}
.TagClassName
{
border-color: #E6E234;
}
</style>