Shades of Starship #E2DF3A
Tints of Starship #E2DF3A
RGB
CMYK
RGB Variations
Color information
#E2DF3A (or 0xE2DF3A) is known color: Starship. HEX triplet: E2, DF and 3A. RGB value is (226,223,58). Sum of RGB (Red+Green+Blue) = 226+223+58=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 58 (23.05% from 255 or 11.44% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DF3A is #1D20C5. Grayscale: #CDCDCD. Windows color (decimal): -1908934 or 3858402. OLE color: 3858402.
HSL color Cylindrical-coordinate representation of color #E2DF3A: hue angle of 58.93º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2DF3A is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 58 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.11 |
| HSL | 58.93º | 0.74% | 0.56% | - |
| HSV(B) | 58.93º | 0.74% | 0.89% | - |
| XYZ | 58.52 | 69.25 | 14.29 | - |
| YUV | 205.09 | 44.99 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 58 | 0 | 0.01 | 0.74 | 0.11 | 58.93 | 0.74 | 0.56 |
| Hex | E2 | DF | 3A | 0 | 1 | 4A | B | 3B | 4A | 38 |
| Octal | 342 | 337 | 72 | 0 | 1 | 112 | 13 | 73 | 112 | 70 |
| Binary | 11100010 | 11011111 | 111010 | 0 | 1 | 1001010 | 1011 | 111011 | 1001010 | 111000 |
Color Harmonies of #E2DF3A
Complementary color
Monochromatic Colors of #E2DF3A
Black with #E2DF3A
Text Example
Text Example
White with #E2DF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF3A; }
p { color: rgb(226,223,58); }
H1.HeaderClassName
{
color: #E2DF3A;
}
.AnyTagClassName
{
color: #E2DF3A;
}
</style>
background-color css
<style>
a { background-color: #E2DF3A; }
a { background-color: rgb(226,223,58); }
div.DivClassName
{
background-color: #E2DF3A;
}
.BgClassName
{
background-color: #E2DF3A;
}
</style>
border-color css
<style>
span { border-color: #E2DF3A; }
span { border-color: rgb(226,223,58); }
td.TdClassName
{
border-color: #E2DF3A;
}
.TagClassName
{
border-color: #E2DF3A;
}
</style>