#E2D139

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

Shades of Starship #E2D139

Tints of Starship #E2D139

Color information

#E2D139 (or 0xE2D139) is unknown color: approx Starship. HEX triplet: E2, D1 and 39. RGB value is (226,209,57). Sum of RGB (Red+Green+Blue) = 226+209+57=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 57 (22.66% from 255 or 11.59% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D139 is #1D2EC6. Grayscale: #C5C5C5. Windows color (decimal): -1912519 or 3789282. OLE color: 3789282.

HSL color Cylindrical-coordinate representation of color #E2D139: hue angle of 53.96º 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 #E2D139 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB22620957-
CMYK00.080.750.11
HSL53.96º74.45%55.49%-
HSV(B)53.96º74.78%88.63%-
XYZ54.962.0712.96-
YUV196.7649.13148.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.93%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 57 (22.66% from 255) = 11.59%
R=45.93%
G=42.48%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262095700.080.750.1153.9674.4555.49
HexE2D139084BB364a37
Octal34232171010113136611267
Binary111000101101000111100101000100101110111101101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D139; }

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

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

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

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

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

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

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

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