Shades of Starship #E1DF42
Tints of Starship #E1DF42
RGB
CMYK
RGB Variations
Color information
#E1DF42 (or 0xE1DF42) is known color: Starship. HEX triplet: E1, DF and 42. RGB value is (225,223,66). Sum of RGB (Red+Green+Blue) = 225+223+66=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF42 is #1E20BD. Grayscale: #CECECE. Windows color (decimal): -1974462 or 4382689. OLE color: 4382689.
HSL color Cylindrical-coordinate representation of color #E1DF42: hue angle of 59.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1DF42 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 66 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.12 |
| HSL | 59.25º | 0.73% | 0.57% | - |
| HSV(B) | 59.25º | 0.71% | 0.88% | - |
| XYZ | 58.42 | 69.18 | 15.43 | - |
| YUV | 205.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 66 | 0 | 0.01 | 0.71 | 0.12 | 59.25 | 0.73 | 0.57 |
| Hex | E1 | DF | 42 | 0 | 1 | 47 | C | 3B | 49 | 39 |
| Octal | 341 | 337 | 102 | 0 | 1 | 107 | 14 | 73 | 111 | 71 |
| Binary | 11100001 | 11011111 | 1000010 | 0 | 1 | 1000111 | 1100 | 111011 | 1001001 | 111001 |
Color Harmonies of #E1DF42
Complementary color
Monochromatic Colors of #E1DF42
Black with #E1DF42
Text Example
Text Example
White with #E1DF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF42; }
p { color: rgb(225,223,66); }
H1.HeaderClassName
{
color: #E1DF42;
}
.AnyTagClassName
{
color: #E1DF42;
}
</style>
background-color css
<style>
a { background-color: #E1DF42; }
a { background-color: rgb(225,223,66); }
div.DivClassName
{
background-color: #E1DF42;
}
.BgClassName
{
background-color: #E1DF42;
}
</style>
border-color css
<style>
span { border-color: #E1DF42; }
span { border-color: rgb(225,223,66); }
td.TdClassName
{
border-color: #E1DF42;
}
.TagClassName
{
border-color: #E1DF42;
}
</style>