Shades of Starship #E2D641
Tints of Starship #E2D641
RGB
CMYK
RGB Variations
Color information
#E2D641 (or 0xE2D641) is known color: Starship. HEX triplet: E2, D6 and 41. RGB value is (226,214,65). Sum of RGB (Red+Green+Blue) = 226+214+65=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D641 is #1D29BE. Grayscale: #C9C9C9. Windows color (decimal): -1911231 or 4314850. OLE color: 4314850.
HSL color Cylindrical-coordinate representation of color #E2D641: hue angle of 55.53º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2D641 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 65 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.11 |
| HSL | 55.53º | 0.74% | 0.57% | - |
| HSV(B) | 55.53º | 0.71% | 0.89% | - |
| XYZ | 56.36 | 64.64 | 14.51 | - |
| YUV | 200.6 | 51.48 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 65 | 0 | 0.05 | 0.71 | 0.11 | 55.53 | 0.74 | 0.57 |
| Hex | E2 | D6 | 41 | 0 | 5 | 47 | B | 38 | 4A | 39 |
| Octal | 342 | 326 | 101 | 0 | 5 | 107 | 13 | 70 | 112 | 71 |
| Binary | 11100010 | 11010110 | 1000001 | 0 | 101 | 1000111 | 1011 | 111000 | 1001010 | 111001 |
Color Harmonies of #E2D641
Complementary color
Monochromatic Colors of #E2D641
Black with #E2D641
Text Example
Text Example
White with #E2D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D641; }
p { color: rgb(226,214,65); }
H1.HeaderClassName
{
color: #E2D641;
}
.AnyTagClassName
{
color: #E2D641;
}
</style>
background-color css
<style>
a { background-color: #E2D641; }
a { background-color: rgb(226,214,65); }
div.DivClassName
{
background-color: #E2D641;
}
.BgClassName
{
background-color: #E2D641;
}
</style>
border-color css
<style>
span { border-color: #E2D641; }
span { border-color: rgb(226,214,65); }
td.TdClassName
{
border-color: #E2D641;
}
.TagClassName
{
border-color: #E2D641;
}
</style>