Shades of Starship #E5D43C
Tints of Starship #E5D43C
RGB
CMYK
RGB Variations
Color information
#E5D43C (or 0xE5D43C) is known color: Starship. HEX triplet: E5, D4 and 3C. RGB value is (229,212,60). Sum of RGB (Red+Green+Blue) = 229+212+60=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D43C is #1A2BC3. Grayscale: #C8C8C8. Windows color (decimal): -1715140 or 3986661. OLE color: 3986661.
HSL color Cylindrical-coordinate representation of color #E5D43C: hue angle of 53.96º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5D43C is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 60 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.10 |
| HSL | 53.96º | 0.76% | 0.57% | - |
| HSV(B) | 53.96º | 0.74% | 0.9% | - |
| XYZ | 56.67 | 64.07 | 13.66 | - |
| YUV | 199.76 | 49.13 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 60 | 0 | 0.07 | 0.74 | 0.10 | 53.96 | 0.76 | 0.57 |
| Hex | E5 | D4 | 3C | 0 | 7 | 4A | A | 36 | 4C | 39 |
| Octal | 345 | 324 | 74 | 0 | 7 | 112 | 12 | 66 | 114 | 71 |
| Binary | 11100101 | 11010100 | 111100 | 0 | 111 | 1001010 | 1010 | 110110 | 1001100 | 111001 |
Color Harmonies of #E5D43C
Complementary color
Monochromatic Colors of #E5D43C
Black with #E5D43C
Text Example
Text Example
White with #E5D43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D43C; }
p { color: rgb(229,212,60); }
H1.HeaderClassName
{
color: #E5D43C;
}
.AnyTagClassName
{
color: #E5D43C;
}
</style>
background-color css
<style>
a { background-color: #E5D43C; }
a { background-color: rgb(229,212,60); }
div.DivClassName
{
background-color: #E5D43C;
}
.BgClassName
{
background-color: #E5D43C;
}
</style>
border-color css
<style>
span { border-color: #E5D43C; }
span { border-color: rgb(229,212,60); }
td.TdClassName
{
border-color: #E5D43C;
}
.TagClassName
{
border-color: #E5D43C;
}
</style>