Shades of Starship #E5DC41
Tints of Starship #E5DC41
RGB
CMYK
RGB Variations
Color information
#E5DC41 (or 0xE5DC41) is known color: Starship. HEX triplet: E5, DC and 41. RGB value is (229,220,65). Sum of RGB (Red+Green+Blue) = 229+220+65=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DC41 is #1A23BE. Grayscale: #CDCDCD. Windows color (decimal): -1713087 or 4316389. OLE color: 4316389.
HSL color Cylindrical-coordinate representation of color #E5DC41: hue angle of 56.71º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5DC41 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 65 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.10 |
| HSL | 56.71º | 0.76% | 0.58% | - |
| HSV(B) | 56.71º | 0.72% | 0.9% | - |
| XYZ | 58.86 | 68.23 | 15.07 | - |
| YUV | 205.02 | 48.98 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 65 | 0 | 0.04 | 0.72 | 0.10 | 56.71 | 0.76 | 0.58 |
| Hex | E5 | DC | 41 | 0 | 4 | 48 | A | 39 | 4C | 3A |
| Octal | 345 | 334 | 101 | 0 | 4 | 110 | 12 | 71 | 114 | 72 |
| Binary | 11100101 | 11011100 | 1000001 | 0 | 100 | 1001000 | 1010 | 111001 | 1001100 | 111010 |
Color Harmonies of #E5DC41
Complementary color
Monochromatic Colors of #E5DC41
Black with #E5DC41
Text Example
Text Example
White with #E5DC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC41; }
p { color: rgb(229,220,65); }
H1.HeaderClassName
{
color: #E5DC41;
}
.AnyTagClassName
{
color: #E5DC41;
}
</style>
background-color css
<style>
a { background-color: #E5DC41; }
a { background-color: rgb(229,220,65); }
div.DivClassName
{
background-color: #E5DC41;
}
.BgClassName
{
background-color: #E5DC41;
}
</style>
border-color css
<style>
span { border-color: #E5DC41; }
span { border-color: rgb(229,220,65); }
td.TdClassName
{
border-color: #E5DC41;
}
.TagClassName
{
border-color: #E5DC41;
}
</style>