Shades of Starship #E2D93F
Tints of Starship #E2D93F
RGB
CMYK
RGB Variations
Color information
#E2D93F (or 0xE2D93F) is known color: Starship. HEX triplet: E2, D9 and 3F. RGB value is (226,217,63). Sum of RGB (Red+Green+Blue) = 226+217+63=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 63 (25% from 255 or 12.45% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D93F is #1D26C0. Grayscale: #CACACA. Windows color (decimal): -1910465 or 4184546. OLE color: 4184546.
HSL color Cylindrical-coordinate representation of color #E2D93F: hue angle of 56.69º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2D93F is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 63 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.11 |
| HSL | 56.69º | 0.74% | 0.57% | - |
| HSV(B) | 56.69º | 0.72% | 0.89% | - |
| XYZ | 57.07 | 66.15 | 14.46 | - |
| YUV | 202.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 63 | 0 | 0.04 | 0.72 | 0.11 | 56.69 | 0.74 | 0.57 |
| Hex | E2 | D9 | 3F | 0 | 4 | 48 | B | 39 | 4A | 39 |
| Octal | 342 | 331 | 77 | 0 | 4 | 110 | 13 | 71 | 112 | 71 |
| Binary | 11100010 | 11011001 | 111111 | 0 | 100 | 1001000 | 1011 | 111001 | 1001010 | 111001 |
Color Harmonies of #E2D93F
Complementary color
Monochromatic Colors of #E2D93F
Black with #E2D93F
Text Example
Text Example
White with #E2D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D93F; }
p { color: rgb(226,217,63); }
H1.HeaderClassName
{
color: #E2D93F;
}
.AnyTagClassName
{
color: #E2D93F;
}
</style>
background-color css
<style>
a { background-color: #E2D93F; }
a { background-color: rgb(226,217,63); }
div.DivClassName
{
background-color: #E2D93F;
}
.BgClassName
{
background-color: #E2D93F;
}
</style>
border-color css
<style>
span { border-color: #E2D93F; }
span { border-color: rgb(226,217,63); }
td.TdClassName
{
border-color: #E2D93F;
}
.TagClassName
{
border-color: #E2D93F;
}
</style>