Shades of Starship #E2D233
Tints of Starship #E2D233
RGB
CMYK
RGB Variations
Color information
#E2D233 (or 0xE2D233) is known color: Starship. HEX triplet: E2, D2 and 33. RGB value is (226,210,51). Sum of RGB (Red+Green+Blue) = 226+210+51=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 51 (20.31% from 255 or 10.47% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D233 is #1D2DCC. Grayscale: #C5C5C5. Windows color (decimal): -1912269 or 3396322. OLE color: 3396322.
HSL color Cylindrical-coordinate representation of color #E2D233: hue angle of 54.51º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2D233 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 51 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.11 |
| HSL | 54.51º | 0.75% | 0.54% | - |
| HSV(B) | 54.51º | 0.77% | 0.89% | - |
| XYZ | 55.01 | 62.5 | 12.3 | - |
| YUV | 196.66 | 45.8 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 51 | 0 | 0.07 | 0.77 | 0.11 | 54.51 | 0.75 | 0.54 |
| Hex | E2 | D2 | 33 | 0 | 7 | 4D | B | 37 | 4B | 36 |
| Octal | 342 | 322 | 63 | 0 | 7 | 115 | 13 | 67 | 113 | 66 |
| Binary | 11100010 | 11010010 | 110011 | 0 | 111 | 1001101 | 1011 | 110111 | 1001011 | 110110 |
Color Harmonies of #E2D233
Complementary color
Monochromatic Colors of #E2D233
Black with #E2D233
Text Example
Text Example
White with #E2D233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D233; }
p { color: rgb(226,210,51); }
H1.HeaderClassName
{
color: #E2D233;
}
.AnyTagClassName
{
color: #E2D233;
}
</style>
background-color css
<style>
a { background-color: #E2D233; }
a { background-color: rgb(226,210,51); }
div.DivClassName
{
background-color: #E2D233;
}
.BgClassName
{
background-color: #E2D233;
}
</style>
border-color css
<style>
span { border-color: #E2D233; }
span { border-color: rgb(226,210,51); }
td.TdClassName
{
border-color: #E2D233;
}
.TagClassName
{
border-color: #E2D233;
}
</style>