#E1D946

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

Shades of Starship #E1D946

Tints of Starship #E1D946

Color information

#E1D946 (or 0xE1D946) is unknown color: approx Starship. HEX triplet: E1, D9 and 46. RGB value is (225,217,70). Sum of RGB (Red+Green+Blue) = 225+217+70=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D946 is #1E26B9. Grayscale: #CBCBCB. Windows color (decimal): -1975994 or 4643297. OLE color: 4643297.

HSL color Cylindrical-coordinate representation of color #E1D946: hue angle of 56.9º 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 #E1D946 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB22521770-
CMYK00.040.690.12
HSL56.9º72.09%57.84%-
HSV(B)56.9º68.89%88.24%-
XYZ56.9766.0815.55-
YUV202.6353.15143.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 217 (85.16% from 255) = 42.38%
BLUE value IS 70 (27.73% from 255) = 13.67%
R=43.95%
G=42.38%
B=13.67%

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
Decimal2252177000.040.690.1256.972.0957.84
HexE1D9460445C39483a
Octal34133110604105147111072
Binary111000011101100110001100100100010111001110011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D946; }

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

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

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

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

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

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

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

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