Shades of Starship #E2DD38
Tints of Starship #E2DD38
RGB
CMYK
RGB Variations
Color information
#E2DD38 (or 0xE2DD38) is known color: Starship. HEX triplet: E2, DD and 38. RGB value is (226,221,56). Sum of RGB (Red+Green+Blue) = 226+221+56=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 56 (22.27% from 255 or 11.13% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD38 is #1D22C7. Grayscale: #CCCCCC. Windows color (decimal): -1909448 or 3726818. OLE color: 3726818.
HSL color Cylindrical-coordinate representation of color #E2DD38: hue angle of 58.24º 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 #E2DD38 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 56 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.11 |
| HSL | 58.24º | 0.75% | 0.55% | - |
| HSV(B) | 58.24º | 0.75% | 0.89% | - |
| XYZ | 57.93 | 68.17 | 13.85 | - |
| YUV | 203.69 | 44.66 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 56 | 0 | 0.02 | 0.75 | 0.11 | 58.24 | 0.75 | 0.55 |
| Hex | E2 | DD | 38 | 0 | 2 | 4B | B | 3A | 4B | 37 |
| Octal | 342 | 335 | 70 | 0 | 2 | 113 | 13 | 72 | 113 | 67 |
| Binary | 11100010 | 11011101 | 111000 | 0 | 10 | 1001011 | 1011 | 111010 | 1001011 | 110111 |
Color Harmonies of #E2DD38
Complementary color
Monochromatic Colors of #E2DD38
Black with #E2DD38
Text Example
Text Example
White with #E2DD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD38; }
p { color: rgb(226,221,56); }
H1.HeaderClassName
{
color: #E2DD38;
}
.AnyTagClassName
{
color: #E2DD38;
}
</style>
background-color css
<style>
a { background-color: #E2DD38; }
a { background-color: rgb(226,221,56); }
div.DivClassName
{
background-color: #E2DD38;
}
.BgClassName
{
background-color: #E2DD38;
}
</style>
border-color css
<style>
span { border-color: #E2DD38; }
span { border-color: rgb(226,221,56); }
td.TdClassName
{
border-color: #E2DD38;
}
.TagClassName
{
border-color: #E2DD38;
}
</style>