Shades of Starship #E2D83D
Tints of Starship #E2D83D
RGB
CMYK
RGB Variations
Color information
#E2D83D (or 0xE2D83D) is known color: Starship. HEX triplet: E2, D8 and 3D. RGB value is (226,216,61). Sum of RGB (Red+Green+Blue) = 226+216+61=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 61 (24.22% from 255 or 12.13% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D83D is #1D27C2. Grayscale: #C9C9C9. Windows color (decimal): -1910723 or 4053218. OLE color: 4053218.
HSL color Cylindrical-coordinate representation of color #E2D83D: hue angle of 56.36º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2D83D is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 61 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.11 |
| HSL | 56.36º | 0.74% | 0.56% | - |
| HSV(B) | 56.36º | 0.73% | 0.89% | - |
| XYZ | 56.76 | 65.62 | 14.09 | - |
| YUV | 201.32 | 48.81 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 61 | 0 | 0.04 | 0.73 | 0.11 | 56.36 | 0.74 | 0.56 |
| Hex | E2 | D8 | 3D | 0 | 4 | 49 | B | 38 | 4A | 38 |
| Octal | 342 | 330 | 75 | 0 | 4 | 111 | 13 | 70 | 112 | 70 |
| Binary | 11100010 | 11011000 | 111101 | 0 | 100 | 1001001 | 1011 | 111000 | 1001010 | 111000 |
Color Harmonies of #E2D83D
Complementary color
Monochromatic Colors of #E2D83D
Black with #E2D83D
Text Example
Text Example
White with #E2D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D83D; }
p { color: rgb(226,216,61); }
H1.HeaderClassName
{
color: #E2D83D;
}
.AnyTagClassName
{
color: #E2D83D;
}
</style>
background-color css
<style>
a { background-color: #E2D83D; }
a { background-color: rgb(226,216,61); }
div.DivClassName
{
background-color: #E2D83D;
}
.BgClassName
{
background-color: #E2D83D;
}
</style>
border-color css
<style>
span { border-color: #E2D83D; }
span { border-color: rgb(226,216,61); }
td.TdClassName
{
border-color: #E2D83D;
}
.TagClassName
{
border-color: #E2D83D;
}
</style>