Shades of Starship #E6E534
Tints of Starship #E6E534
RGB
CMYK
RGB Variations
Color information
#E6E534 (or 0xE6E534) is known color: Starship. HEX triplet: E6, E5 and 34. RGB value is (230,229,52). Sum of RGB (Red+Green+Blue) = 230+229+52=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 52 (20.70% from 255 or 10.18% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E534 is #191ACB. Grayscale: #D1D1D1. Windows color (decimal): -1645260 or 3466726. OLE color: 3466726.
HSL color Cylindrical-coordinate representation of color #E6E534: hue angle of 59.66º 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 #E6E534 is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 229 | 52 | - |
| CMYK | 0 | 0.00 | 0.77 | 0.10 |
| HSL | 59.66º | 0.78% | 0.55% | - |
| HSV(B) | 59.66º | 0.77% | 0.9% | - |
| XYZ | 61.27 | 73.11 | 14.13 | - |
| YUV | 209.12 | 39.33 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 229 | 52 | 0 | 0.00 | 0.77 | 0.10 | 59.66 | 0.78 | 0.55 |
| Hex | E6 | E5 | 34 | 0 | 0 | 4D | A | 3C | 4E | 37 |
| Octal | 346 | 345 | 64 | 0 | 0 | 115 | 12 | 74 | 116 | 67 |
| Binary | 11100110 | 11100101 | 110100 | 0 | 0 | 1001101 | 1010 | 111100 | 1001110 | 110111 |
Color Harmonies of #E6E534
Complementary color
Monochromatic Colors of #E6E534
Black with #E6E534
Text Example
Text Example
White with #E6E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E534; }
p { color: rgb(230,229,52); }
H1.HeaderClassName
{
color: #E6E534;
}
.AnyTagClassName
{
color: #E6E534;
}
</style>
background-color css
<style>
a { background-color: #E6E534; }
a { background-color: rgb(230,229,52); }
div.DivClassName
{
background-color: #E6E534;
}
.BgClassName
{
background-color: #E6E534;
}
</style>
border-color css
<style>
span { border-color: #E6E534; }
span { border-color: rgb(230,229,52); }
td.TdClassName
{
border-color: #E6E534;
}
.TagClassName
{
border-color: #E6E534;
}
</style>