Shades of Starship #E3D43D
Tints of Starship #E3D43D
RGB
CMYK
RGB Variations
Color information
#E3D43D (or 0xE3D43D) is known color: Starship. HEX triplet: E3, D4 and 3D. RGB value is (227,212,61). Sum of RGB (Red+Green+Blue) = 227+212+61=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3D43D is #1C2BC2. Grayscale: #C7C7C7. Windows color (decimal): -1846211 or 4052195. OLE color: 4052195.
HSL color Cylindrical-coordinate representation of color #E3D43D: hue angle of 54.58º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E3D43D is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 212 | 61 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.11 |
| HSL | 54.58º | 0.75% | 0.56% | - |
| HSV(B) | 54.58º | 0.73% | 0.89% | - |
| XYZ | 56.06 | 63.75 | 13.77 | - |
| YUV | 199.27 | 49.97 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 212 | 61 | 0 | 0.07 | 0.73 | 0.11 | 54.58 | 0.75 | 0.56 |
| Hex | E3 | D4 | 3D | 0 | 7 | 49 | B | 37 | 4B | 38 |
| Octal | 343 | 324 | 75 | 0 | 7 | 111 | 13 | 67 | 113 | 70 |
| Binary | 11100011 | 11010100 | 111101 | 0 | 111 | 1001001 | 1011 | 110111 | 1001011 | 111000 |
Color Harmonies of #E3D43D
Complementary color
Monochromatic Colors of #E3D43D
Black with #E3D43D
Text Example
Text Example
White with #E3D43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D43D; }
p { color: rgb(227,212,61); }
H1.HeaderClassName
{
color: #E3D43D;
}
.AnyTagClassName
{
color: #E3D43D;
}
</style>
background-color css
<style>
a { background-color: #E3D43D; }
a { background-color: rgb(227,212,61); }
div.DivClassName
{
background-color: #E3D43D;
}
.BgClassName
{
background-color: #E3D43D;
}
</style>
border-color css
<style>
span { border-color: #E3D43D; }
span { border-color: rgb(227,212,61); }
td.TdClassName
{
border-color: #E3D43D;
}
.TagClassName
{
border-color: #E3D43D;
}
</style>