Shades of Starship #E1DF35
Tints of Starship #E1DF35
RGB
CMYK
RGB Variations
Color information
#E1DF35 (or 0xE1DF35) is known color: Starship. HEX triplet: E1, DF and 35. RGB value is (225,223,53). Sum of RGB (Red+Green+Blue) = 225+223+53=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF35 is #1E20CA. Grayscale: #CCCCCC. Windows color (decimal): -1974475 or 3530721. OLE color: 3530721.
HSL color Cylindrical-coordinate representation of color #E1DF35: hue angle of 59.3º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1DF35 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 53 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.12 |
| HSL | 59.3º | 0.74% | 0.55% | - |
| HSV(B) | 59.3º | 0.76% | 0.88% | - |
| XYZ | 58.08 | 69.04 | 13.63 | - |
| YUV | 204.22 | 42.66 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 53 | 0 | 0.01 | 0.76 | 0.12 | 59.3 | 0.74 | 0.55 |
| Hex | E1 | DF | 35 | 0 | 1 | 4C | C | 3B | 4A | 37 |
| Octal | 341 | 337 | 65 | 0 | 1 | 114 | 14 | 73 | 112 | 67 |
| Binary | 11100001 | 11011111 | 110101 | 0 | 1 | 1001100 | 1100 | 111011 | 1001010 | 110111 |
Color Harmonies of #E1DF35
Complementary color
Monochromatic Colors of #E1DF35
Black with #E1DF35
Text Example
Text Example
White with #E1DF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF35; }
p { color: rgb(225,223,53); }
H1.HeaderClassName
{
color: #E1DF35;
}
.AnyTagClassName
{
color: #E1DF35;
}
</style>
background-color css
<style>
a { background-color: #E1DF35; }
a { background-color: rgb(225,223,53); }
div.DivClassName
{
background-color: #E1DF35;
}
.BgClassName
{
background-color: #E1DF35;
}
</style>
border-color css
<style>
span { border-color: #E1DF35; }
span { border-color: rgb(225,223,53); }
td.TdClassName
{
border-color: #E1DF35;
}
.TagClassName
{
border-color: #E1DF35;
}
</style>