Shades of Starship #E2DE3A
Tints of Starship #E2DE3A
RGB
CMYK
RGB Variations
Color information
#E2DE3A (or 0xE2DE3A) is known color: Starship. HEX triplet: E2, DE and 3A. RGB value is (226,222,58). Sum of RGB (Red+Green+Blue) = 226+222+58=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 58 (23.05% from 255 or 11.46% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DE3A is #1D21C5. Grayscale: #CDCDCD. Windows color (decimal): -1909190 or 3858146. OLE color: 3858146.
HSL color Cylindrical-coordinate representation of color #E2DE3A: hue angle of 58.57º 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 #E2DE3A is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 222 | 58 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.11 |
| HSL | 58.57º | 0.74% | 0.56% | - |
| HSV(B) | 58.57º | 0.74% | 0.89% | - |
| XYZ | 58.25 | 68.72 | 14.2 | - |
| YUV | 204.5 | 45.33 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 222 | 58 | 0 | 0.02 | 0.74 | 0.11 | 58.57 | 0.74 | 0.56 |
| Hex | E2 | DE | 3A | 0 | 2 | 4A | B | 3B | 4A | 38 |
| Octal | 342 | 336 | 72 | 0 | 2 | 112 | 13 | 73 | 112 | 70 |
| Binary | 11100010 | 11011110 | 111010 | 0 | 10 | 1001010 | 1011 | 111011 | 1001010 | 111000 |
Color Harmonies of #E2DE3A
Complementary color
Monochromatic Colors of #E2DE3A
Black with #E2DE3A
Text Example
Text Example
White with #E2DE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DE3A; }
p { color: rgb(226,222,58); }
H1.HeaderClassName
{
color: #E2DE3A;
}
.AnyTagClassName
{
color: #E2DE3A;
}
</style>
background-color css
<style>
a { background-color: #E2DE3A; }
a { background-color: rgb(226,222,58); }
div.DivClassName
{
background-color: #E2DE3A;
}
.BgClassName
{
background-color: #E2DE3A;
}
</style>
border-color css
<style>
span { border-color: #E2DE3A; }
span { border-color: rgb(226,222,58); }
td.TdClassName
{
border-color: #E2DE3A;
}
.TagClassName
{
border-color: #E2DE3A;
}
</style>