Shades of Starship #E9DB41
Tints of Starship #E9DB41
RGB
CMYK
RGB Variations
Color information
#E9DB41 (or 0xE9DB41) is known color: Starship. HEX triplet: E9, DB and 41. RGB value is (233,219,65). Sum of RGB (Red+Green+Blue) = 233+219+65=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 65 (25.78% from 255 or 12.57% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DB41 is #1624BE. Grayscale: #CECECE. Windows color (decimal): -1451199 or 4316137. OLE color: 4316137.
HSL color Cylindrical-coordinate representation of color #E9DB41: hue angle of 55º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E9DB41 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 65 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.09 |
| HSL | 55º | 0.79% | 0.58% | - |
| HSV(B) | 55º | 0.72% | 0.91% | - |
| XYZ | 59.89 | 68.37 | 15.04 | - |
| YUV | 205.63 | 48.64 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 65 | 0 | 0.06 | 0.72 | 0.09 | 55 | 0.79 | 0.58 |
| Hex | E9 | DB | 41 | 0 | 6 | 48 | 9 | 37 | 4F | 3A |
| Octal | 351 | 333 | 101 | 0 | 6 | 110 | 11 | 67 | 117 | 72 |
| Binary | 11101001 | 11011011 | 1000001 | 0 | 110 | 1001000 | 1001 | 110111 | 1001111 | 111010 |
Color Harmonies of #E9DB41
Complementary color
Monochromatic Colors of #E9DB41
Black with #E9DB41
Text Example
Text Example
White with #E9DB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB41; }
p { color: rgb(233,219,65); }
H1.HeaderClassName
{
color: #E9DB41;
}
.AnyTagClassName
{
color: #E9DB41;
}
</style>
background-color css
<style>
a { background-color: #E9DB41; }
a { background-color: rgb(233,219,65); }
div.DivClassName
{
background-color: #E9DB41;
}
.BgClassName
{
background-color: #E9DB41;
}
</style>
border-color css
<style>
span { border-color: #E9DB41; }
span { border-color: rgb(233,219,65); }
td.TdClassName
{
border-color: #E9DB41;
}
.TagClassName
{
border-color: #E9DB41;
}
</style>