Shades of Starship #E5DB3F
Tints of Starship #E5DB3F
RGB
CMYK
RGB Variations
Color information
#E5DB3F (or 0xE5DB3F) is known color: Starship. HEX triplet: E5, DB and 3F. RGB value is (229,219,63). Sum of RGB (Red+Green+Blue) = 229+219+63=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DB3F is #1A24C0. Grayscale: #CCCCCC. Windows color (decimal): -1713345 or 4185061. OLE color: 4185061.
HSL color Cylindrical-coordinate representation of color #E5DB3F: hue angle of 56.39º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5DB3F is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 63 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.10 |
| HSL | 56.39º | 0.76% | 0.57% | - |
| HSV(B) | 56.39º | 0.72% | 0.9% | - |
| XYZ | 58.54 | 67.68 | 14.68 | - |
| YUV | 204.21 | 48.31 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 63 | 0 | 0.04 | 0.72 | 0.10 | 56.39 | 0.76 | 0.57 |
| Hex | E5 | DB | 3F | 0 | 4 | 48 | A | 38 | 4C | 39 |
| Octal | 345 | 333 | 77 | 0 | 4 | 110 | 12 | 70 | 114 | 71 |
| Binary | 11100101 | 11011011 | 111111 | 0 | 100 | 1001000 | 1010 | 111000 | 1001100 | 111001 |
Color Harmonies of #E5DB3F
Complementary color
Monochromatic Colors of #E5DB3F
Black with #E5DB3F
Text Example
Text Example
White with #E5DB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB3F; }
p { color: rgb(229,219,63); }
H1.HeaderClassName
{
color: #E5DB3F;
}
.AnyTagClassName
{
color: #E5DB3F;
}
</style>
background-color css
<style>
a { background-color: #E5DB3F; }
a { background-color: rgb(229,219,63); }
div.DivClassName
{
background-color: #E5DB3F;
}
.BgClassName
{
background-color: #E5DB3F;
}
</style>
border-color css
<style>
span { border-color: #E5DB3F; }
span { border-color: rgb(229,219,63); }
td.TdClassName
{
border-color: #E5DB3F;
}
.TagClassName
{
border-color: #E5DB3F;
}
</style>