Shades of Starship #E2DF31
Tints of Starship #E2DF31
RGB
CMYK
RGB Variations
Color information
#E2DF31 (or 0xE2DF31) is known color: Starship. HEX triplet: E2, DF and 31. RGB value is (226,223,49). Sum of RGB (Red+Green+Blue) = 226+223+49=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DF31 is #1D20CE. Grayscale: #CCCCCC. Windows color (decimal): -1908943 or 3268578. OLE color: 3268578.
HSL color Cylindrical-coordinate representation of color #E2DF31: hue angle of 58.98º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2DF31 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 49 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.11 |
| HSL | 58.98º | 0.75% | 0.54% | - |
| HSV(B) | 58.98º | 0.78% | 0.89% | - |
| XYZ | 58.31 | 69.17 | 13.18 | - |
| YUV | 204.06 | 40.49 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 49 | 0 | 0.01 | 0.78 | 0.11 | 58.98 | 0.75 | 0.54 |
| Hex | E2 | DF | 31 | 0 | 1 | 4E | B | 3B | 4B | 36 |
| Octal | 342 | 337 | 61 | 0 | 1 | 116 | 13 | 73 | 113 | 66 |
| Binary | 11100010 | 11011111 | 110001 | 0 | 1 | 1001110 | 1011 | 111011 | 1001011 | 110110 |
Color Harmonies of #E2DF31
Complementary color
Monochromatic Colors of #E2DF31
Black with #E2DF31
Text Example
Text Example
White with #E2DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF31; }
p { color: rgb(226,223,49); }
H1.HeaderClassName
{
color: #E2DF31;
}
.AnyTagClassName
{
color: #E2DF31;
}
</style>
background-color css
<style>
a { background-color: #E2DF31; }
a { background-color: rgb(226,223,49); }
div.DivClassName
{
background-color: #E2DF31;
}
.BgClassName
{
background-color: #E2DF31;
}
</style>
border-color css
<style>
span { border-color: #E2DF31; }
span { border-color: rgb(226,223,49); }
td.TdClassName
{
border-color: #E2DF31;
}
.TagClassName
{
border-color: #E2DF31;
}
</style>