#E2DA39

Color #E2DA39 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #E2DA39

Tints of Starship #E2DA39

Color information

#E2DA39 (or 0xE2DA39) is unknown color: approx Starship. HEX triplet: E2, DA and 39. RGB value is (226,218,57). Sum of RGB (Red+Green+Blue) = 226+218+57=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 57 (22.66% from 255 or 11.38% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DA39 is #1D25C6. Grayscale: #CACACA. Windows color (decimal): -1910215 or 3791586. OLE color: 3791586.

HSL color Cylindrical-coordinate representation of color #E2DA39: hue angle of 57.16º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2DA39 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB22621857-
CMYK00.040.750.11
HSL57.16º74.45%55.49%-
HSV(B)57.16º74.78%88.63%-
XYZ57.1766.6113.71-
YUV202.0446.15145.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 45.11%
GREEN value IS 218 (85.55% from 255) = 43.51%
BLUE value IS 57 (22.66% from 255) = 11.38%
R=45.11%
G=43.51%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262185700.040.750.1157.1674.4555.49
HexE2DA39044BB394a37
Octal3423327104113137111267
Binary11100010110110101110010100100101110111110011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DA39; }

 p { color: rgb(226,218,57); }

 H1.HeaderClassName
 {
   color: #E2DA39;
 }
 .AnyTagClassName
 {
   color: #E2DA39;
 }
</style>
background-color css

<style>
 a { background-color: #E2DA39; }

 a { background-color: rgb(226,218,57); }

 div.DivClassName
 {
   background-color: #E2DA39;
 }
 .BgClassName
 {
   background-color: #E2DA39;
 }
</style>
border-color css

<style>
 span { border-color: #E2DA39; }

 span { border-color: rgb(226,218,57); }

 td.TdClassName
 {
   border-color: #E2DA39;
 }
 .TagClassName
 {
   border-color: #E2DA39;
 }
</style>