Shades of Starship #E9DB3C
Tints of Starship #E9DB3C
RGB
CMYK
RGB Variations
Color information
#E9DB3C (or 0xE9DB3C) is known color: Starship. HEX triplet: E9, DB and 3C. RGB value is (233,219,60). Sum of RGB (Red+Green+Blue) = 233+219+60=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 60 (23.83% from 255 or 11.72% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DB3C is #1624C3. Grayscale: #CDCDCD. Windows color (decimal): -1451204 or 3988457. OLE color: 3988457.
HSL color Cylindrical-coordinate representation of color #E9DB3C: hue angle of 55.14º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9DB3C is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 60 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.09 |
| HSL | 55.14º | 0.8% | 0.57% | - |
| HSV(B) | 55.14º | 0.74% | 0.91% | - |
| XYZ | 59.75 | 68.31 | 14.31 | - |
| YUV | 205.06 | 46.14 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 60 | 0 | 0.06 | 0.74 | 0.09 | 55.14 | 0.8 | 0.57 |
| Hex | E9 | DB | 3C | 0 | 6 | 4A | 9 | 37 | 50 | 39 |
| Octal | 351 | 333 | 74 | 0 | 6 | 112 | 11 | 67 | 120 | 71 |
| Binary | 11101001 | 11011011 | 111100 | 0 | 110 | 1001010 | 1001 | 110111 | 1010000 | 111001 |
Color Harmonies of #E9DB3C
Complementary color
Monochromatic Colors of #E9DB3C
Black with #E9DB3C
Text Example
Text Example
White with #E9DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DB3C; }
p { color: rgb(233,219,60); }
H1.HeaderClassName
{
color: #E9DB3C;
}
.AnyTagClassName
{
color: #E9DB3C;
}
</style>
background-color css
<style>
a { background-color: #E9DB3C; }
a { background-color: rgb(233,219,60); }
div.DivClassName
{
background-color: #E9DB3C;
}
.BgClassName
{
background-color: #E9DB3C;
}
</style>
border-color css
<style>
span { border-color: #E9DB3C; }
span { border-color: rgb(233,219,60); }
td.TdClassName
{
border-color: #E9DB3C;
}
.TagClassName
{
border-color: #E9DB3C;
}
</style>