Shades of Starship #E9DE3A
Tints of Starship #E9DE3A
RGB
CMYK
RGB Variations
Color information
#E9DE3A (or 0xE9DE3A) is known color: Starship. HEX triplet: E9, DE and 3A. RGB value is (233,222,58). Sum of RGB (Red+Green+Blue) = 233+222+58=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DE3A is #1621C5. Grayscale: #CFCFCF. Windows color (decimal): -1450438 or 3858153. OLE color: 3858153.
HSL color Cylindrical-coordinate representation of color #E9DE3A: hue angle of 56.23º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E9DE3A is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 58 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.09 |
| HSL | 56.23º | 0.8% | 0.57% | - |
| HSV(B) | 56.23º | 0.75% | 0.91% | - |
| XYZ | 60.49 | 69.87 | 14.3 | - |
| YUV | 206.59 | 44.14 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 58 | 0 | 0.05 | 0.75 | 0.09 | 56.23 | 0.8 | 0.57 |
| Hex | E9 | DE | 3A | 0 | 5 | 4B | 9 | 38 | 50 | 39 |
| Octal | 351 | 336 | 72 | 0 | 5 | 113 | 11 | 70 | 120 | 71 |
| Binary | 11101001 | 11011110 | 111010 | 0 | 101 | 1001011 | 1001 | 111000 | 1010000 | 111001 |
Color Harmonies of #E9DE3A
Complementary color
Monochromatic Colors of #E9DE3A
Black with #E9DE3A
Text Example
Text Example
White with #E9DE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DE3A; }
p { color: rgb(233,222,58); }
H1.HeaderClassName
{
color: #E9DE3A;
}
.AnyTagClassName
{
color: #E9DE3A;
}
</style>
background-color css
<style>
a { background-color: #E9DE3A; }
a { background-color: rgb(233,222,58); }
div.DivClassName
{
background-color: #E9DE3A;
}
.BgClassName
{
background-color: #E9DE3A;
}
</style>
border-color css
<style>
span { border-color: #E9DE3A; }
span { border-color: rgb(233,222,58); }
td.TdClassName
{
border-color: #E9DE3A;
}
.TagClassName
{
border-color: #E9DE3A;
}
</style>