#e1d846

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

Shades of Starship #E1D846

Tints of Starship #E1D846

Color information

#E1D846 (or 0xE1D846) is unknown color: approx Starship. HEX triplet: E1, D8 and 46. RGB value is (225,216,70). Sum of RGB (Red+Green+Blue) = 225+216+70=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 70 (27.73% from 255 or 13.70% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D846 is #1E27B9. Grayscale: #CACACA. Windows color (decimal): -1976250 or 4643041. OLE color: 4643041.

HSL color Cylindrical-coordinate representation of color #E1D846: hue angle of 56.52º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1D846 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB22521670-
CMYK00.040.690.12
HSL56.52º72.09%57.84%-
HSV(B)56.52º68.89%88.24%-
XYZ56.7165.5615.46-
YUV202.0553.48144.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 216 (84.77% from 255) = 42.27%
BLUE value IS 70 (27.73% from 255) = 13.70%
R=44.03%
G=42.27%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252167000.040.690.1256.5272.0957.84
HexE1D8460445C39483a
Octal34133010604105147111072
Binary111000011101100010001100100100010111001110011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1d846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1d846; }

 p { color: rgb(225,216,70); }

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

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

 a { background-color: rgb(225,216,70); }

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

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

 span { border-color: rgb(225,216,70); }

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