Shades of Starship #E6DB39
Tints of Starship #E6DB39
RGB
CMYK
RGB Variations
Color information
#E6DB39 (or 0xE6DB39) is known color: Starship. HEX triplet: E6, DB and 39. RGB value is (230,219,57). Sum of RGB (Red+Green+Blue) = 230+219+57=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 57 (22.66% from 255 or 11.26% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DB39 is #1924C6. Grayscale: #CCCCCC. Windows color (decimal): -1647815 or 3791846. OLE color: 3791846.
HSL color Cylindrical-coordinate representation of color #E6DB39: hue angle of 56.18º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6DB39 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 57 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.10 |
| HSL | 56.18º | 0.78% | 0.56% | - |
| HSV(B) | 56.18º | 0.75% | 0.9% | - |
| XYZ | 58.7 | 67.78 | 13.86 | - |
| YUV | 203.82 | 45.14 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 57 | 0 | 0.05 | 0.75 | 0.10 | 56.18 | 0.78 | 0.56 |
| Hex | E6 | DB | 39 | 0 | 5 | 4B | A | 38 | 4E | 38 |
| Octal | 346 | 333 | 71 | 0 | 5 | 113 | 12 | 70 | 116 | 70 |
| Binary | 11100110 | 11011011 | 111001 | 0 | 101 | 1001011 | 1010 | 111000 | 1001110 | 111000 |
Color Harmonies of #E6DB39
Complementary color
Monochromatic Colors of #E6DB39
Black with #E6DB39
Text Example
Text Example
White with #E6DB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB39; }
p { color: rgb(230,219,57); }
H1.HeaderClassName
{
color: #E6DB39;
}
.AnyTagClassName
{
color: #E6DB39;
}
</style>
background-color css
<style>
a { background-color: #E6DB39; }
a { background-color: rgb(230,219,57); }
div.DivClassName
{
background-color: #E6DB39;
}
.BgClassName
{
background-color: #E6DB39;
}
</style>
border-color css
<style>
span { border-color: #E6DB39; }
span { border-color: rgb(230,219,57); }
td.TdClassName
{
border-color: #E6DB39;
}
.TagClassName
{
border-color: #E6DB39;
}
</style>