Shades of Starship #E5DC42
Tints of Starship #E5DC42
RGB
CMYK
RGB Variations
Color information
#E5DC42 (or 0xE5DC42) is known color: Starship. HEX triplet: E5, DC and 42. RGB value is (229,220,66). Sum of RGB (Red+Green+Blue) = 229+220+66=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DC42 is #1A23BD. Grayscale: #CDCDCD. Windows color (decimal): -1713086 or 4381925. OLE color: 4381925.
HSL color Cylindrical-coordinate representation of color #E5DC42: hue angle of 56.69º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5DC42 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 66 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.10 |
| HSL | 56.69º | 0.76% | 0.58% | - |
| HSV(B) | 56.69º | 0.71% | 0.9% | - |
| XYZ | 58.89 | 68.24 | 15.22 | - |
| YUV | 205.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 66 | 0 | 0.04 | 0.71 | 0.10 | 56.69 | 0.76 | 0.58 |
| Hex | E5 | DC | 42 | 0 | 4 | 47 | A | 39 | 4C | 3A |
| Octal | 345 | 334 | 102 | 0 | 4 | 107 | 12 | 71 | 114 | 72 |
| Binary | 11100101 | 11011100 | 1000010 | 0 | 100 | 1000111 | 1010 | 111001 | 1001100 | 111010 |
Color Harmonies of #E5DC42
Complementary color
Monochromatic Colors of #E5DC42
Black with #E5DC42
Text Example
Text Example
White with #E5DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC42; }
p { color: rgb(229,220,66); }
H1.HeaderClassName
{
color: #E5DC42;
}
.AnyTagClassName
{
color: #E5DC42;
}
</style>
background-color css
<style>
a { background-color: #E5DC42; }
a { background-color: rgb(229,220,66); }
div.DivClassName
{
background-color: #E5DC42;
}
.BgClassName
{
background-color: #E5DC42;
}
</style>
border-color css
<style>
span { border-color: #E5DC42; }
span { border-color: rgb(229,220,66); }
td.TdClassName
{
border-color: #E5DC42;
}
.TagClassName
{
border-color: #E5DC42;
}
</style>