#E1D138

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

Shades of Starship #E1D138

Tints of Starship #E1D138

Color information

#E1D138 (or 0xE1D138) is unknown color: approx Starship. HEX triplet: E1, D1 and 38. RGB value is (225,209,56). Sum of RGB (Red+Green+Blue) = 225+209+56=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D138 is #1E2EC7. Grayscale: #C4C4C4. Windows color (decimal): -1978056 or 3723745. OLE color: 3723745.

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

Color convert

RGB22520956-
CMYK00.070.750.12
HSL54.32º73.8%55.1%-
HSV(B)54.32º75.11%88.24%-
XYZ54.5761.8912.81-
YUV196.3448.8148.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.92%
GREEN value IS 209 (82.03% from 255) = 42.65%
BLUE value IS 56 (22.27% from 255) = 11.43%
R=45.92%
G=42.65%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252095600.070.750.1254.3273.855.1
HexE1D138074BC364a37
Octal3413217007113146611267
Binary11100001110100011110000111100101111001101101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D138; }

 p { color: rgb(225,209,56); }

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

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

 a { background-color: rgb(225,209,56); }

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

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

 span { border-color: rgb(225,209,56); }

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