Shades of Starship #E6DB3F
Tints of Starship #E6DB3F
RGB
CMYK
RGB Variations
Color information
#E6DB3F (or 0xE6DB3F) is known color: Starship. HEX triplet: E6, DB and 3F. RGB value is (230,219,63). Sum of RGB (Red+Green+Blue) = 230+219+63=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DB3F is #1924C0. Grayscale: #CDCDCD. Windows color (decimal): -1647809 or 4185062. OLE color: 4185062.
HSL color Cylindrical-coordinate representation of color #E6DB3F: hue angle of 56.05º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6DB3F is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 63 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.10 |
| HSL | 56.05º | 0.77% | 0.57% | - |
| HSV(B) | 56.05º | 0.73% | 0.9% | - |
| XYZ | 58.86 | 67.84 | 14.7 | - |
| YUV | 204.51 | 48.14 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 63 | 0 | 0.05 | 0.73 | 0.10 | 56.05 | 0.77 | 0.57 |
| Hex | E6 | DB | 3F | 0 | 5 | 49 | A | 38 | 4D | 39 |
| Octal | 346 | 333 | 77 | 0 | 5 | 111 | 12 | 70 | 115 | 71 |
| Binary | 11100110 | 11011011 | 111111 | 0 | 101 | 1001001 | 1010 | 111000 | 1001101 | 111001 |
Color Harmonies of #E6DB3F
Complementary color
Monochromatic Colors of #E6DB3F
Black with #E6DB3F
Text Example
Text Example
White with #E6DB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB3F; }
p { color: rgb(230,219,63); }
H1.HeaderClassName
{
color: #E6DB3F;
}
.AnyTagClassName
{
color: #E6DB3F;
}
</style>
background-color css
<style>
a { background-color: #E6DB3F; }
a { background-color: rgb(230,219,63); }
div.DivClassName
{
background-color: #E6DB3F;
}
.BgClassName
{
background-color: #E6DB3F;
}
</style>
border-color css
<style>
span { border-color: #E6DB3F; }
span { border-color: rgb(230,219,63); }
td.TdClassName
{
border-color: #E6DB3F;
}
.TagClassName
{
border-color: #E6DB3F;
}
</style>