Shades of Starship #E9DD3F
Tints of Starship #E9DD3F
RGB
CMYK
RGB Variations
Color information
#E9DD3F (or 0xE9DD3F) is known color: Starship. HEX triplet: E9, DD and 3F. RGB value is (233,221,63). Sum of RGB (Red+Green+Blue) = 233+221+63=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DD3F is #1622C0. Grayscale: #CFCFCF. Windows color (decimal): -1450689 or 4185577. OLE color: 4185577.
HSL color Cylindrical-coordinate representation of color #E9DD3F: hue angle of 55.76º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9DD3F is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 63 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.09 |
| HSL | 55.76º | 0.79% | 0.58% | - |
| HSV(B) | 55.76º | 0.73% | 0.91% | - |
| XYZ | 60.36 | 69.4 | 14.92 | - |
| YUV | 206.58 | 46.98 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 63 | 0 | 0.05 | 0.73 | 0.09 | 55.76 | 0.79 | 0.58 |
| Hex | E9 | DD | 3F | 0 | 5 | 49 | 9 | 38 | 4F | 3A |
| Octal | 351 | 335 | 77 | 0 | 5 | 111 | 11 | 70 | 117 | 72 |
| Binary | 11101001 | 11011101 | 111111 | 0 | 101 | 1001001 | 1001 | 111000 | 1001111 | 111010 |
Color Harmonies of #E9DD3F
Complementary color
Monochromatic Colors of #E9DD3F
Black with #E9DD3F
Text Example
Text Example
White with #E9DD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD3F; }
p { color: rgb(233,221,63); }
H1.HeaderClassName
{
color: #E9DD3F;
}
.AnyTagClassName
{
color: #E9DD3F;
}
</style>
background-color css
<style>
a { background-color: #E9DD3F; }
a { background-color: rgb(233,221,63); }
div.DivClassName
{
background-color: #E9DD3F;
}
.BgClassName
{
background-color: #E9DD3F;
}
</style>
border-color css
<style>
span { border-color: #E9DD3F; }
span { border-color: rgb(233,221,63); }
td.TdClassName
{
border-color: #E9DD3F;
}
.TagClassName
{
border-color: #E9DD3F;
}
</style>