Shades of Starship #E5DC35
Tints of Starship #E5DC35
RGB
CMYK
RGB Variations
Color information
#E5DC35 (or 0xE5DC35) is known color: Starship. HEX triplet: E5, DC and 35. RGB value is (229,220,53). Sum of RGB (Red+Green+Blue) = 229+220+53=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DC35 is #1A23CA. Grayscale: #CCCCCC. Windows color (decimal): -1713099 or 3529957. OLE color: 3529957.
HSL color Cylindrical-coordinate representation of color #E5DC35: hue angle of 56.93º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5DC35 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 53 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.10 |
| HSL | 56.93º | 0.77% | 0.55% | - |
| HSV(B) | 56.93º | 0.77% | 0.9% | - |
| XYZ | 58.55 | 68.1 | 13.43 | - |
| YUV | 203.65 | 42.98 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 53 | 0 | 0.04 | 0.77 | 0.10 | 56.93 | 0.77 | 0.55 |
| Hex | E5 | DC | 35 | 0 | 4 | 4D | A | 39 | 4D | 37 |
| Octal | 345 | 334 | 65 | 0 | 4 | 115 | 12 | 71 | 115 | 67 |
| Binary | 11100101 | 11011100 | 110101 | 0 | 100 | 1001101 | 1010 | 111001 | 1001101 | 110111 |
Color Harmonies of #E5DC35
Complementary color
Monochromatic Colors of #E5DC35
Black with #E5DC35
Text Example
Text Example
White with #E5DC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DC35; }
p { color: rgb(229,220,53); }
H1.HeaderClassName
{
color: #E5DC35;
}
.AnyTagClassName
{
color: #E5DC35;
}
</style>
background-color css
<style>
a { background-color: #E5DC35; }
a { background-color: rgb(229,220,53); }
div.DivClassName
{
background-color: #E5DC35;
}
.BgClassName
{
background-color: #E5DC35;
}
</style>
border-color css
<style>
span { border-color: #E5DC35; }
span { border-color: rgb(229,220,53); }
td.TdClassName
{
border-color: #E5DC35;
}
.TagClassName
{
border-color: #E5DC35;
}
</style>