Shades of Starship #E3D63A
Tints of Starship #E3D63A
RGB
CMYK
RGB Variations
Color information
#E3D63A (or 0xE3D63A) is known color: Starship. HEX triplet: E3, D6 and 3A. RGB value is (227,214,58). Sum of RGB (Red+Green+Blue) = 227+214+58=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 58 (23.05% from 255 or 11.62% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3D63A is #1C29C5. Grayscale: #C8C8C8. Windows color (decimal): -1845702 or 3856099. OLE color: 3856099.
HSL color Cylindrical-coordinate representation of color #E3D63A: hue angle of 55.38º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E3D63A is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 214 | 58 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.11 |
| HSL | 55.38º | 0.75% | 0.56% | - |
| HSV(B) | 55.38º | 0.74% | 0.89% | - |
| XYZ | 56.49 | 64.73 | 13.52 | - |
| YUV | 200.1 | 47.81 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 214 | 58 | 0 | 0.06 | 0.74 | 0.11 | 55.38 | 0.75 | 0.56 |
| Hex | E3 | D6 | 3A | 0 | 6 | 4A | B | 37 | 4B | 38 |
| Octal | 343 | 326 | 72 | 0 | 6 | 112 | 13 | 67 | 113 | 70 |
| Binary | 11100011 | 11010110 | 111010 | 0 | 110 | 1001010 | 1011 | 110111 | 1001011 | 111000 |
Color Harmonies of #E3D63A
Complementary color
Monochromatic Colors of #E3D63A
Black with #E3D63A
Text Example
Text Example
White with #E3D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D63A; }
p { color: rgb(227,214,58); }
H1.HeaderClassName
{
color: #E3D63A;
}
.AnyTagClassName
{
color: #E3D63A;
}
</style>
background-color css
<style>
a { background-color: #E3D63A; }
a { background-color: rgb(227,214,58); }
div.DivClassName
{
background-color: #E3D63A;
}
.BgClassName
{
background-color: #E3D63A;
}
</style>
border-color css
<style>
span { border-color: #E3D63A; }
span { border-color: rgb(227,214,58); }
td.TdClassName
{
border-color: #E3D63A;
}
.TagClassName
{
border-color: #E3D63A;
}
</style>