Shades of Starship #E2DC3F
Tints of Starship #E2DC3F
RGB
CMYK
RGB Variations
Color information
#E2DC3F (or 0xE2DC3F) is known color: Starship. HEX triplet: E2, DC and 3F. RGB value is (226,220,63). Sum of RGB (Red+Green+Blue) = 226+220+63=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DC3F is #1D23C0. Grayscale: #CCCCCC. Windows color (decimal): -1909697 or 4185314. OLE color: 4185314.
HSL color Cylindrical-coordinate representation of color #E2DC3F: hue angle of 57.79º 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 #E2DC3F is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 63 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.11 |
| HSL | 57.79º | 0.74% | 0.57% | - |
| HSV(B) | 57.79º | 0.72% | 0.89% | - |
| XYZ | 57.85 | 67.71 | 14.72 | - |
| YUV | 203.9 | 48.49 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 63 | 0 | 0.03 | 0.72 | 0.11 | 57.79 | 0.74 | 0.57 |
| Hex | E2 | DC | 3F | 0 | 3 | 48 | B | 3A | 4A | 39 |
| Octal | 342 | 334 | 77 | 0 | 3 | 110 | 13 | 72 | 112 | 71 |
| Binary | 11100010 | 11011100 | 111111 | 0 | 11 | 1001000 | 1011 | 111010 | 1001010 | 111001 |
Color Harmonies of #E2DC3F
Complementary color
Monochromatic Colors of #E2DC3F
Black with #E2DC3F
Text Example
Text Example
White with #E2DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DC3F; }
p { color: rgb(226,220,63); }
H1.HeaderClassName
{
color: #E2DC3F;
}
.AnyTagClassName
{
color: #E2DC3F;
}
</style>
background-color css
<style>
a { background-color: #E2DC3F; }
a { background-color: rgb(226,220,63); }
div.DivClassName
{
background-color: #E2DC3F;
}
.BgClassName
{
background-color: #E2DC3F;
}
</style>
border-color css
<style>
span { border-color: #E2DC3F; }
span { border-color: rgb(226,220,63); }
td.TdClassName
{
border-color: #E2DC3F;
}
.TagClassName
{
border-color: #E2DC3F;
}
</style>