Shades of Starship #E2D63C
Tints of Starship #E2D63C
RGB
CMYK
RGB Variations
Color information
#E2D63C (or 0xE2D63C) is known color: Starship. HEX triplet: E2, D6 and 3C. RGB value is (226,214,60). Sum of RGB (Red+Green+Blue) = 226+214+60=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D63C is #1D29C3. Grayscale: #C8C8C8. Windows color (decimal): -1911236 or 3987170. OLE color: 3987170.
HSL color Cylindrical-coordinate representation of color #E2D63C: hue angle of 55.66º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2D63C is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 60 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.11 |
| HSL | 55.66º | 0.74% | 0.56% | - |
| HSV(B) | 55.66º | 0.73% | 0.89% | - |
| XYZ | 56.23 | 64.59 | 13.78 | - |
| YUV | 200.03 | 48.98 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 60 | 0 | 0.05 | 0.73 | 0.11 | 55.66 | 0.74 | 0.56 |
| Hex | E2 | D6 | 3C | 0 | 5 | 49 | B | 38 | 4A | 38 |
| Octal | 342 | 326 | 74 | 0 | 5 | 111 | 13 | 70 | 112 | 70 |
| Binary | 11100010 | 11010110 | 111100 | 0 | 101 | 1001001 | 1011 | 111000 | 1001010 | 111000 |
Color Harmonies of #E2D63C
Complementary color
Monochromatic Colors of #E2D63C
Black with #E2D63C
Text Example
Text Example
White with #E2D63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D63C; }
p { color: rgb(226,214,60); }
H1.HeaderClassName
{
color: #E2D63C;
}
.AnyTagClassName
{
color: #E2D63C;
}
</style>
background-color css
<style>
a { background-color: #E2D63C; }
a { background-color: rgb(226,214,60); }
div.DivClassName
{
background-color: #E2D63C;
}
.BgClassName
{
background-color: #E2D63C;
}
</style>
border-color css
<style>
span { border-color: #E2D63C; }
span { border-color: rgb(226,214,60); }
td.TdClassName
{
border-color: #E2D63C;
}
.TagClassName
{
border-color: #E2D63C;
}
</style>