Shades of Starship #E2DE38
Tints of Starship #E2DE38
RGB
CMYK
RGB Variations
Color information
#E2DE38 (or 0xE2DE38) is known color: Starship. HEX triplet: E2, DE and 38. RGB value is (226,222,56). Sum of RGB (Red+Green+Blue) = 226+222+56=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 56 (22.27% from 255 or 11.11% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DE38 is #1D21C7. Grayscale: #CCCCCC. Windows color (decimal): -1909192 or 3727074. OLE color: 3727074.
HSL color Cylindrical-coordinate representation of color #E2DE38: hue angle of 58.59º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2DE38 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 56 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.11 |
| HSL | 58.59º | 0.75% | 0.55% | - |
| HSV(B) | 58.59º | 0.75% | 0.89% | - |
| XYZ | 58.2 | 68.7 | 13.93 | - |
| YUV | 204.27 | 44.33 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 56 | 0 | 0.02 | 0.75 | 0.11 | 58.59 | 0.75 | 0.55 |
| Hex | E2 | DE | 38 | 0 | 2 | 4B | B | 3B | 4B | 37 |
| Octal | 342 | 336 | 70 | 0 | 2 | 113 | 13 | 73 | 113 | 67 |
| Binary | 11100010 | 11011110 | 111000 | 0 | 10 | 1001011 | 1011 | 111011 | 1001011 | 110111 |
Color Harmonies of #E2DE38
Complementary color
Monochromatic Colors of #E2DE38
Black with #E2DE38
Text Example
Text Example
White with #E2DE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE38; }
p { color: rgb(226,222,56); }
H1.HeaderClassName
{
color: #E2DE38;
}
.AnyTagClassName
{
color: #E2DE38;
}
</style>
background-color css
<style>
a { background-color: #E2DE38; }
a { background-color: rgb(226,222,56); }
div.DivClassName
{
background-color: #E2DE38;
}
.BgClassName
{
background-color: #E2DE38;
}
</style>
border-color css
<style>
span { border-color: #E2DE38; }
span { border-color: rgb(226,222,56); }
td.TdClassName
{
border-color: #E2DE38;
}
.TagClassName
{
border-color: #E2DE38;
}
</style>