Shades of Starship #E6DD46
Tints of Starship #E6DD46
RGB
CMYK
RGB Variations
Color information
#E6DD46 (or 0xE6DD46) is known color: Starship. HEX triplet: E6, DD and 46. RGB value is (230,221,70). Sum of RGB (Red+Green+Blue) = 230+221+70=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DD46 is #1922B9. Grayscale: #CFCFCF. Windows color (decimal): -1647290 or 4644326. OLE color: 4644326.
HSL color Cylindrical-coordinate representation of color #E6DD46: hue angle of 56.62º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6DD46 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 70 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.10 |
| HSL | 56.63º | 0.76% | 0.59% | - |
| HSV(B) | 56.63º | 0.7% | 0.9% | - |
| XYZ | 59.6 | 68.98 | 15.97 | - |
| YUV | 206.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 70 | 0 | 0.04 | 0.70 | 0.10 | 56.63 | 0.76 | 0.59 |
| Hex | E6 | DD | 46 | 0 | 4 | 46 | A | 39 | 4C | 3B |
| Octal | 346 | 335 | 106 | 0 | 4 | 106 | 12 | 71 | 114 | 73 |
| Binary | 11100110 | 11011101 | 1000110 | 0 | 100 | 1000110 | 1010 | 111001 | 1001100 | 111011 |
Color Harmonies of #E6DD46
Complementary color
Monochromatic Colors of #E6DD46
Black with #E6DD46
Text Example
Text Example
White with #E6DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD46; }
p { color: rgb(230,221,70); }
H1.HeaderClassName
{
color: #E6DD46;
}
.AnyTagClassName
{
color: #E6DD46;
}
</style>
background-color css
<style>
a { background-color: #E6DD46; }
a { background-color: rgb(230,221,70); }
div.DivClassName
{
background-color: #E6DD46;
}
.BgClassName
{
background-color: #E6DD46;
}
</style>
border-color css
<style>
span { border-color: #E6DD46; }
span { border-color: rgb(230,221,70); }
td.TdClassName
{
border-color: #E6DD46;
}
.TagClassName
{
border-color: #E6DD46;
}
</style>