Shades of Starship #E5DB3A
Tints of Starship #E5DB3A
RGB
CMYK
RGB Variations
Color information
#E5DB3A (or 0xE5DB3A) is known color: Starship. HEX triplet: E5, DB and 3A. RGB value is (229,219,58). Sum of RGB (Red+Green+Blue) = 229+219+58=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 58 (23.05% from 255 or 11.46% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DB3A is #1A24C5. Grayscale: #CCCCCC. Windows color (decimal): -1713350 or 3857381. OLE color: 3857381.
HSL color Cylindrical-coordinate representation of color #E5DB3A: hue angle of 56.49º degrees, saturation: 0.77, 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 #E5DB3A is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 58 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.10 |
| HSL | 56.49º | 0.77% | 0.56% | - |
| HSV(B) | 56.49º | 0.75% | 0.9% | - |
| XYZ | 58.41 | 67.63 | 13.98 | - |
| YUV | 203.64 | 45.81 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 58 | 0 | 0.04 | 0.75 | 0.10 | 56.49 | 0.77 | 0.56 |
| Hex | E5 | DB | 3A | 0 | 4 | 4B | A | 38 | 4D | 38 |
| Octal | 345 | 333 | 72 | 0 | 4 | 113 | 12 | 70 | 115 | 70 |
| Binary | 11100101 | 11011011 | 111010 | 0 | 100 | 1001011 | 1010 | 111000 | 1001101 | 111000 |
Color Harmonies of #E5DB3A
Complementary color
Monochromatic Colors of #E5DB3A
Black with #E5DB3A
Text Example
Text Example
White with #E5DB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB3A; }
p { color: rgb(229,219,58); }
H1.HeaderClassName
{
color: #E5DB3A;
}
.AnyTagClassName
{
color: #E5DB3A;
}
</style>
background-color css
<style>
a { background-color: #E5DB3A; }
a { background-color: rgb(229,219,58); }
div.DivClassName
{
background-color: #E5DB3A;
}
.BgClassName
{
background-color: #E5DB3A;
}
</style>
border-color css
<style>
span { border-color: #E5DB3A; }
span { border-color: rgb(229,219,58); }
td.TdClassName
{
border-color: #E5DB3A;
}
.TagClassName
{
border-color: #E5DB3A;
}
</style>