Shades of Starship #E2DC40
Tints of Starship #E2DC40
RGB
CMYK
RGB Variations
Color information
#E2DC40 (or 0xE2DC40) is known color: Starship. HEX triplet: E2, DC and 40. RGB value is (226,220,64). Sum of RGB (Red+Green+Blue) = 226+220+64=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DC40 is #1D23BF. Grayscale: #CCCCCC. Windows color (decimal): -1909696 or 4250850. OLE color: 4250850.
HSL color Cylindrical-coordinate representation of color #E2DC40: hue angle of 57.78º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2DC40 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 64 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.11 |
| HSL | 57.78º | 0.74% | 0.57% | - |
| HSV(B) | 57.78º | 0.72% | 0.89% | - |
| XYZ | 57.88 | 67.73 | 14.87 | - |
| YUV | 204.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 64 | 0 | 0.03 | 0.72 | 0.11 | 57.78 | 0.74 | 0.57 |
| Hex | E2 | DC | 40 | 0 | 3 | 48 | B | 3A | 4A | 39 |
| Octal | 342 | 334 | 100 | 0 | 3 | 110 | 13 | 72 | 112 | 71 |
| Binary | 11100010 | 11011100 | 1000000 | 0 | 11 | 1001000 | 1011 | 111010 | 1001010 | 111001 |
Color Harmonies of #E2DC40
Complementary color
Monochromatic Colors of #E2DC40
Black with #E2DC40
Text Example
Text Example
White with #E2DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DC40; }
p { color: rgb(226,220,64); }
H1.HeaderClassName
{
color: #E2DC40;
}
.AnyTagClassName
{
color: #E2DC40;
}
</style>
background-color css
<style>
a { background-color: #E2DC40; }
a { background-color: rgb(226,220,64); }
div.DivClassName
{
background-color: #E2DC40;
}
.BgClassName
{
background-color: #E2DC40;
}
</style>
border-color css
<style>
span { border-color: #E2DC40; }
span { border-color: rgb(226,220,64); }
td.TdClassName
{
border-color: #E2DC40;
}
.TagClassName
{
border-color: #E2DC40;
}
</style>