Shades of Starship #E2DF3D
Tints of Starship #E2DF3D
RGB
CMYK
RGB Variations
Color information
#E2DF3D (or 0xE2DF3D) is known color: Starship. HEX triplet: E2, DF and 3D. RGB value is (226,223,61). Sum of RGB (Red+Green+Blue) = 226+223+61=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DF3D is #1D20C2. Grayscale: #CECECE. Windows color (decimal): -1908931 or 4055010. OLE color: 4055010.
HSL color Cylindrical-coordinate representation of color #E2DF3D: hue angle of 58.91º 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 #E2DF3D is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 61 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.11 |
| HSL | 58.91º | 0.74% | 0.56% | - |
| HSV(B) | 58.91º | 0.73% | 0.89% | - |
| XYZ | 58.59 | 69.28 | 14.7 | - |
| YUV | 205.43 | 46.49 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 61 | 0 | 0.01 | 0.73 | 0.11 | 58.91 | 0.74 | 0.56 |
| Hex | E2 | DF | 3D | 0 | 1 | 49 | B | 3B | 4A | 38 |
| Octal | 342 | 337 | 75 | 0 | 1 | 111 | 13 | 73 | 112 | 70 |
| Binary | 11100010 | 11011111 | 111101 | 0 | 1 | 1001001 | 1011 | 111011 | 1001010 | 111000 |
Color Harmonies of #E2DF3D
Complementary color
Monochromatic Colors of #E2DF3D
Black with #E2DF3D
Text Example
Text Example
White with #E2DF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF3D; }
p { color: rgb(226,223,61); }
H1.HeaderClassName
{
color: #E2DF3D;
}
.AnyTagClassName
{
color: #E2DF3D;
}
</style>
background-color css
<style>
a { background-color: #E2DF3D; }
a { background-color: rgb(226,223,61); }
div.DivClassName
{
background-color: #E2DF3D;
}
.BgClassName
{
background-color: #E2DF3D;
}
</style>
border-color css
<style>
span { border-color: #E2DF3D; }
span { border-color: rgb(226,223,61); }
td.TdClassName
{
border-color: #E2DF3D;
}
.TagClassName
{
border-color: #E2DF3D;
}
</style>