Shades of Starship #E9DD3D
Tints of Starship #E9DD3D
RGB
CMYK
RGB Variations
Color information
#E9DD3D (or 0xE9DD3D) is known color: Starship. HEX triplet: E9, DD and 3D. RGB value is (233,221,61). Sum of RGB (Red+Green+Blue) = 233+221+61=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 61 (24.22% from 255 or 11.84% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DD3D is #1622C2. Grayscale: #CECECE. Windows color (decimal): -1450691 or 4054505. OLE color: 4054505.
HSL color Cylindrical-coordinate representation of color #E9DD3D: hue angle of 55.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9DD3D is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 61 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.09 |
| HSL | 55.81º | 0.8% | 0.58% | - |
| HSV(B) | 55.81º | 0.74% | 0.91% | - |
| XYZ | 60.3 | 69.37 | 14.63 | - |
| YUV | 206.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 61 | 0 | 0.05 | 0.74 | 0.09 | 55.81 | 0.8 | 0.58 |
| Hex | E9 | DD | 3D | 0 | 5 | 4A | 9 | 38 | 50 | 3A |
| Octal | 351 | 335 | 75 | 0 | 5 | 112 | 11 | 70 | 120 | 72 |
| Binary | 11101001 | 11011101 | 111101 | 0 | 101 | 1001010 | 1001 | 111000 | 1010000 | 111010 |
Color Harmonies of #E9DD3D
Complementary color
Monochromatic Colors of #E9DD3D
Black with #E9DD3D
Text Example
Text Example
White with #E9DD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DD3D; }
p { color: rgb(233,221,61); }
H1.HeaderClassName
{
color: #E9DD3D;
}
.AnyTagClassName
{
color: #E9DD3D;
}
</style>
background-color css
<style>
a { background-color: #E9DD3D; }
a { background-color: rgb(233,221,61); }
div.DivClassName
{
background-color: #E9DD3D;
}
.BgClassName
{
background-color: #E9DD3D;
}
</style>
border-color css
<style>
span { border-color: #E9DD3D; }
span { border-color: rgb(233,221,61); }
td.TdClassName
{
border-color: #E9DD3D;
}
.TagClassName
{
border-color: #E9DD3D;
}
</style>