Shades of Starship #E1DF2F
Tints of Starship #E1DF2F
RGB
CMYK
RGB Variations
Color information
#E1DF2F (or 0xE1DF2F) is known color: Starship. HEX triplet: E1, DF and 2F. RGB value is (225,223,47). Sum of RGB (Red+Green+Blue) = 225+223+47=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF2F is #1E20D0. Grayscale: #CCCCCC. Windows color (decimal): -1974481 or 3137505. OLE color: 3137505.
HSL color Cylindrical-coordinate representation of color #E1DF2F: hue angle of 59.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1DF2F is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 47 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.12 |
| HSL | 59.33º | 0.75% | 0.53% | - |
| HSV(B) | 59.33º | 0.79% | 0.88% | - |
| XYZ | 57.95 | 68.99 | 12.95 | - |
| YUV | 203.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 47 | 0 | 0.01 | 0.79 | 0.12 | 59.33 | 0.75 | 0.53 |
| Hex | E1 | DF | 2F | 0 | 1 | 4F | C | 3B | 4B | 35 |
| Octal | 341 | 337 | 57 | 0 | 1 | 117 | 14 | 73 | 113 | 65 |
| Binary | 11100001 | 11011111 | 101111 | 0 | 1 | 1001111 | 1100 | 111011 | 1001011 | 110101 |
Color Harmonies of #E1DF2F
Complementary color
Monochromatic Colors of #E1DF2F
Black with #E1DF2F
Text Example
Text Example
White with #E1DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF2F; }
p { color: rgb(225,223,47); }
H1.HeaderClassName
{
color: #E1DF2F;
}
.AnyTagClassName
{
color: #E1DF2F;
}
</style>
background-color css
<style>
a { background-color: #E1DF2F; }
a { background-color: rgb(225,223,47); }
div.DivClassName
{
background-color: #E1DF2F;
}
.BgClassName
{
background-color: #E1DF2F;
}
</style>
border-color css
<style>
span { border-color: #E1DF2F; }
span { border-color: rgb(225,223,47); }
td.TdClassName
{
border-color: #E1DF2F;
}
.TagClassName
{
border-color: #E1DF2F;
}
</style>