Shades of Starship #E1D641
Tints of Starship #E1D641
RGB
CMYK
RGB Variations
Color information
#E1D641 (or 0xE1D641) is known color: Starship. HEX triplet: E1, D6 and 41. RGB value is (225,214,65). Sum of RGB (Red+Green+Blue) = 225+214+65=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D641 is #1E29BE. Grayscale: #C8C8C8. Windows color (decimal): -1976767 or 4314849. OLE color: 4314849.
HSL color Cylindrical-coordinate representation of color #E1D641: hue angle of 55.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1D641 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 65 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.12 |
| HSL | 55.88º | 0.73% | 0.57% | - |
| HSV(B) | 55.88º | 0.71% | 0.88% | - |
| XYZ | 56.05 | 64.48 | 14.49 | - |
| YUV | 200.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 65 | 0 | 0.05 | 0.71 | 0.12 | 55.88 | 0.73 | 0.57 |
| Hex | E1 | D6 | 41 | 0 | 5 | 47 | C | 38 | 49 | 39 |
| Octal | 341 | 326 | 101 | 0 | 5 | 107 | 14 | 70 | 111 | 71 |
| Binary | 11100001 | 11010110 | 1000001 | 0 | 101 | 1000111 | 1100 | 111000 | 1001001 | 111001 |
Color Harmonies of #E1D641
Complementary color
Monochromatic Colors of #E1D641
Black with #E1D641
Text Example
Text Example
White with #E1D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D641; }
p { color: rgb(225,214,65); }
H1.HeaderClassName
{
color: #E1D641;
}
.AnyTagClassName
{
color: #E1D641;
}
</style>
background-color css
<style>
a { background-color: #E1D641; }
a { background-color: rgb(225,214,65); }
div.DivClassName
{
background-color: #E1D641;
}
.BgClassName
{
background-color: #E1D641;
}
</style>
border-color css
<style>
span { border-color: #E1D641; }
span { border-color: rgb(225,214,65); }
td.TdClassName
{
border-color: #E1D641;
}
.TagClassName
{
border-color: #E1D641;
}
</style>