Shades of Starship #E2DB43
Tints of Starship #E2DB43
RGB
CMYK
RGB Variations
Color information
#E2DB43 (or 0xE2DB43) is known color: Starship. HEX triplet: E2, DB and 43. RGB value is (226,219,67). Sum of RGB (Red+Green+Blue) = 226+219+67=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 67 (26.56% from 255 or 13.09% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DB43 is #1D24BC. Grayscale: #CCCCCC. Windows color (decimal): -1909949 or 4447202. OLE color: 4447202.
HSL color Cylindrical-coordinate representation of color #E2DB43: hue angle of 57.36º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2DB43 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 67 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.11 |
| HSL | 57.36º | 0.73% | 0.57% | - |
| HSV(B) | 57.36º | 0.7% | 0.89% | - |
| XYZ | 57.71 | 67.24 | 15.25 | - |
| YUV | 203.77 | 50.82 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 67 | 0 | 0.03 | 0.70 | 0.11 | 57.36 | 0.73 | 0.57 |
| Hex | E2 | DB | 43 | 0 | 3 | 46 | B | 39 | 49 | 39 |
| Octal | 342 | 333 | 103 | 0 | 3 | 106 | 13 | 71 | 111 | 71 |
| Binary | 11100010 | 11011011 | 1000011 | 0 | 11 | 1000110 | 1011 | 111001 | 1001001 | 111001 |
Color Harmonies of #E2DB43
Complementary color
Monochromatic Colors of #E2DB43
Black with #E2DB43
Text Example
Text Example
White with #E2DB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB43; }
p { color: rgb(226,219,67); }
H1.HeaderClassName
{
color: #E2DB43;
}
.AnyTagClassName
{
color: #E2DB43;
}
</style>
background-color css
<style>
a { background-color: #E2DB43; }
a { background-color: rgb(226,219,67); }
div.DivClassName
{
background-color: #E2DB43;
}
.BgClassName
{
background-color: #E2DB43;
}
</style>
border-color css
<style>
span { border-color: #E2DB43; }
span { border-color: rgb(226,219,67); }
td.TdClassName
{
border-color: #E2DB43;
}
.TagClassName
{
border-color: #E2DB43;
}
</style>