Shades of Starship #DEE046
Tints of Starship #DEE046
RGB
CMYK
RGB Variations
Color information
#DEE046 (or 0xDEE046) is known color: Starship. HEX triplet: DE, E0 and 46. RGB value is (222,224,70). Sum of RGB (Red+Green+Blue) = 222+224+70=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE046 is #211FB9. Grayscale: #CECECE. Windows color (decimal): -2170810 or 4645086. OLE color: 4645086.
HSL color Cylindrical-coordinate representation of color #DEE046: hue angle of 60.78º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEE046 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 70 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.12 |
| HSL | 60.78º | 0.71% | 0.58% | - |
| HSV(B) | 60.78º | 0.69% | 0.88% | - |
| XYZ | 57.89 | 69.28 | 16.12 | - |
| YUV | 205.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 70 | 0.01 | 0 | 0.69 | 0.12 | 60.78 | 0.71 | 0.58 |
| Hex | DE | E0 | 46 | 1 | 0 | 45 | C | 3D | 47 | 3A |
| Octal | 336 | 340 | 106 | 1 | 0 | 105 | 14 | 75 | 107 | 72 |
| Binary | 11011110 | 11100000 | 1000110 | 1 | 0 | 1000101 | 1100 | 111101 | 1000111 | 111010 |
Color Harmonies of #DEE046
Complementary color
Monochromatic Colors of #DEE046
Black with #DEE046
Text Example
Text Example
White with #DEE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE046; }
p { color: rgb(222,224,70); }
H1.HeaderClassName
{
color: #DEE046;
}
.AnyTagClassName
{
color: #DEE046;
}
</style>
background-color css
<style>
a { background-color: #DEE046; }
a { background-color: rgb(222,224,70); }
div.DivClassName
{
background-color: #DEE046;
}
.BgClassName
{
background-color: #DEE046;
}
</style>
border-color css
<style>
span { border-color: #DEE046; }
span { border-color: rgb(222,224,70); }
td.TdClassName
{
border-color: #DEE046;
}
.TagClassName
{
border-color: #DEE046;
}
</style>