Shades of Starship #E3D631
Tints of Starship #E3D631
RGB
CMYK
RGB Variations
Color information
#E3D631 (or 0xE3D631) is known color: Starship. HEX triplet: E3, D6 and 31. RGB value is (227,214,49). Sum of RGB (Red+Green+Blue) = 227+214+49=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3D631 is #1C29CE. Grayscale: #C7C7C7. Windows color (decimal): -1845711 or 3266275. OLE color: 3266275.
HSL color Cylindrical-coordinate representation of color #E3D631: hue angle of 55.62º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3D631 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 214 | 49 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.11 |
| HSL | 55.62º | 0.76% | 0.54% | - |
| HSV(B) | 55.62º | 0.78% | 0.89% | - |
| XYZ | 56.28 | 64.65 | 12.42 | - |
| YUV | 199.08 | 43.31 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 214 | 49 | 0 | 0.06 | 0.78 | 0.11 | 55.62 | 0.76 | 0.54 |
| Hex | E3 | D6 | 31 | 0 | 6 | 4E | B | 38 | 4C | 36 |
| Octal | 343 | 326 | 61 | 0 | 6 | 116 | 13 | 70 | 114 | 66 |
| Binary | 11100011 | 11010110 | 110001 | 0 | 110 | 1001110 | 1011 | 111000 | 1001100 | 110110 |
Color Harmonies of #E3D631
Complementary color
Monochromatic Colors of #E3D631
Black with #E3D631
Text Example
Text Example
White with #E3D631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D631; }
p { color: rgb(227,214,49); }
H1.HeaderClassName
{
color: #E3D631;
}
.AnyTagClassName
{
color: #E3D631;
}
</style>
background-color css
<style>
a { background-color: #E3D631; }
a { background-color: rgb(227,214,49); }
div.DivClassName
{
background-color: #E3D631;
}
.BgClassName
{
background-color: #E3D631;
}
</style>
border-color css
<style>
span { border-color: #E3D631; }
span { border-color: rgb(227,214,49); }
td.TdClassName
{
border-color: #E3D631;
}
.TagClassName
{
border-color: #E3D631;
}
</style>