Shades of Starship #E2D636
Tints of Starship #E2D636
RGB
CMYK
RGB Variations
Color information
#E2D636 (or 0xE2D636) is known color: Starship. HEX triplet: E2, D6 and 36. RGB value is (226,214,54). Sum of RGB (Red+Green+Blue) = 226+214+54=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 54 (21.48% from 255 or 10.93% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D636 is #1D29C9. Grayscale: #C8C8C8. Windows color (decimal): -1911242 or 3593954. OLE color: 3593954.
HSL color Cylindrical-coordinate representation of color #E2D636: hue angle of 55.81º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2D636 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 54 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.11 |
| HSL | 55.81º | 0.75% | 0.55% | - |
| HSV(B) | 55.81º | 0.76% | 0.89% | - |
| XYZ | 56.08 | 64.53 | 12.99 | - |
| YUV | 199.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 54 | 0 | 0.05 | 0.76 | 0.11 | 55.81 | 0.75 | 0.55 |
| Hex | E2 | D6 | 36 | 0 | 5 | 4C | B | 38 | 4B | 37 |
| Octal | 342 | 326 | 66 | 0 | 5 | 114 | 13 | 70 | 113 | 67 |
| Binary | 11100010 | 11010110 | 110110 | 0 | 101 | 1001100 | 1011 | 111000 | 1001011 | 110111 |
Color Harmonies of #E2D636
Complementary color
Monochromatic Colors of #E2D636
Black with #E2D636
Text Example
Text Example
White with #E2D636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D636; }
p { color: rgb(226,214,54); }
H1.HeaderClassName
{
color: #E2D636;
}
.AnyTagClassName
{
color: #E2D636;
}
</style>
background-color css
<style>
a { background-color: #E2D636; }
a { background-color: rgb(226,214,54); }
div.DivClassName
{
background-color: #E2D636;
}
.BgClassName
{
background-color: #E2D636;
}
</style>
border-color css
<style>
span { border-color: #E2D636; }
span { border-color: rgb(226,214,54); }
td.TdClassName
{
border-color: #E2D636;
}
.TagClassName
{
border-color: #E2D636;
}
</style>