Shades of Starship #E2D43B
Tints of Starship #E2D43B
RGB
CMYK
RGB Variations
Color information
#E2D43B (or 0xE2D43B) is known color: Starship. HEX triplet: E2, D4 and 3B. RGB value is (226,212,59). Sum of RGB (Red+Green+Blue) = 226+212+59=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 59 (23.44% from 255 or 11.87% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D43B is #1D2BC4. Grayscale: #C7C7C7. Windows color (decimal): -1911749 or 3921122. OLE color: 3921122.
HSL color Cylindrical-coordinate representation of color #E2D43B: hue angle of 54.97º degrees, saturation: 0.74, 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 #E2D43B is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 59 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.11 |
| HSL | 54.97º | 0.74% | 0.56% | - |
| HSV(B) | 54.97º | 0.74% | 0.89% | - |
| XYZ | 55.7 | 63.57 | 13.47 | - |
| YUV | 198.74 | 49.14 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 59 | 0 | 0.06 | 0.74 | 0.11 | 54.97 | 0.74 | 0.56 |
| Hex | E2 | D4 | 3B | 0 | 6 | 4A | B | 37 | 4A | 38 |
| Octal | 342 | 324 | 73 | 0 | 6 | 112 | 13 | 67 | 112 | 70 |
| Binary | 11100010 | 11010100 | 111011 | 0 | 110 | 1001010 | 1011 | 110111 | 1001010 | 111000 |
Color Harmonies of #E2D43B
Complementary color
Monochromatic Colors of #E2D43B
Black with #E2D43B
Text Example
Text Example
White with #E2D43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D43B; }
p { color: rgb(226,212,59); }
H1.HeaderClassName
{
color: #E2D43B;
}
.AnyTagClassName
{
color: #E2D43B;
}
</style>
background-color css
<style>
a { background-color: #E2D43B; }
a { background-color: rgb(226,212,59); }
div.DivClassName
{
background-color: #E2D43B;
}
.BgClassName
{
background-color: #E2D43B;
}
</style>
border-color css
<style>
span { border-color: #E2D43B; }
span { border-color: rgb(226,212,59); }
td.TdClassName
{
border-color: #E2D43B;
}
.TagClassName
{
border-color: #E2D43B;
}
</style>