Shades of Starship #E6DB40
Tints of Starship #E6DB40
RGB
CMYK
RGB Variations
Color information
#E6DB40 (or 0xE6DB40) is known color: Starship. HEX triplet: E6, DB and 40. RGB value is (230,219,64). Sum of RGB (Red+Green+Blue) = 230+219+64=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DB40 is #1924BF. Grayscale: #CDCDCD. Windows color (decimal): -1647808 or 4250598. OLE color: 4250598.
HSL color Cylindrical-coordinate representation of color #E6DB40: hue angle of 56.02º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6DB40 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 64 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.10 |
| HSL | 56.02º | 0.77% | 0.58% | - |
| HSV(B) | 56.02º | 0.72% | 0.9% | - |
| XYZ | 58.89 | 67.86 | 14.84 | - |
| YUV | 204.62 | 48.64 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 64 | 0 | 0.05 | 0.72 | 0.10 | 56.02 | 0.77 | 0.58 |
| Hex | E6 | DB | 40 | 0 | 5 | 48 | A | 38 | 4D | 3A |
| Octal | 346 | 333 | 100 | 0 | 5 | 110 | 12 | 70 | 115 | 72 |
| Binary | 11100110 | 11011011 | 1000000 | 0 | 101 | 1001000 | 1010 | 111000 | 1001101 | 111010 |
Color Harmonies of #E6DB40
Complementary color
Monochromatic Colors of #E6DB40
Black with #E6DB40
Text Example
Text Example
White with #E6DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB40; }
p { color: rgb(230,219,64); }
H1.HeaderClassName
{
color: #E6DB40;
}
.AnyTagClassName
{
color: #E6DB40;
}
</style>
background-color css
<style>
a { background-color: #E6DB40; }
a { background-color: rgb(230,219,64); }
div.DivClassName
{
background-color: #E6DB40;
}
.BgClassName
{
background-color: #E6DB40;
}
</style>
border-color css
<style>
span { border-color: #E6DB40; }
span { border-color: rgb(230,219,64); }
td.TdClassName
{
border-color: #E6DB40;
}
.TagClassName
{
border-color: #E6DB40;
}
</style>