Shades of Starship #E2DD46
Tints of Starship #E2DD46
RGB
CMYK
RGB Variations
Color information
#E2DD46 (or 0xE2DD46) is known color: Starship. HEX triplet: E2, DD and 46. RGB value is (226,221,70). Sum of RGB (Red+Green+Blue) = 226+221+70=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 70 (27.73% from 255 or 13.54% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD46 is #1D22B9. Grayscale: #CDCDCD. Windows color (decimal): -1909434 or 4644322. OLE color: 4644322.
HSL color Cylindrical-coordinate representation of color #E2DD46: hue angle of 58.08º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2DD46 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 70 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.11 |
| HSL | 58.08º | 0.73% | 0.58% | - |
| HSV(B) | 58.08º | 0.69% | 0.89% | - |
| XYZ | 58.33 | 68.32 | 15.91 | - |
| YUV | 205.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 70 | 0 | 0.02 | 0.69 | 0.11 | 58.08 | 0.73 | 0.58 |
| Hex | E2 | DD | 46 | 0 | 2 | 45 | B | 3A | 49 | 3A |
| Octal | 342 | 335 | 106 | 0 | 2 | 105 | 13 | 72 | 111 | 72 |
| Binary | 11100010 | 11011101 | 1000110 | 0 | 10 | 1000101 | 1011 | 111010 | 1001001 | 111010 |
Color Harmonies of #E2DD46
Complementary color
Monochromatic Colors of #E2DD46
Black with #E2DD46
Text Example
Text Example
White with #E2DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD46; }
p { color: rgb(226,221,70); }
H1.HeaderClassName
{
color: #E2DD46;
}
.AnyTagClassName
{
color: #E2DD46;
}
</style>
background-color css
<style>
a { background-color: #E2DD46; }
a { background-color: rgb(226,221,70); }
div.DivClassName
{
background-color: #E2DD46;
}
.BgClassName
{
background-color: #E2DD46;
}
</style>
border-color css
<style>
span { border-color: #E2DD46; }
span { border-color: rgb(226,221,70); }
td.TdClassName
{
border-color: #E2DD46;
}
.TagClassName
{
border-color: #E2DD46;
}
</style>