#E1DE3E

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

Shades of Starship #E1DE3E

Tints of Starship #E1DE3E

Color information

#E1DE3E (or 0xE1DE3E) is unknown color: approx Starship. HEX triplet: E1, DE and 3E. RGB value is (225,222,62). Sum of RGB (Red+Green+Blue) = 225+222+62=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 62 (24.61% from 255 or 12.18% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DE3E is #1E21C1. Grayscale: #CDCDCD. Windows color (decimal): -1974722 or 4120289. OLE color: 4120289.

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

Color convert

RGB22522262-
CMYK00.010.720.12
HSL58.9º73.09%56.27%-
HSV(B)58.9º72.44%88.24%-
XYZ58.0468.614.74-
YUV204.6647.49142.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.20%
GREEN value IS 222 (87.11% from 255) = 43.61%
BLUE value IS 62 (24.61% from 255) = 12.18%
R=44.20%
G=43.61%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252226200.010.720.1258.973.0956.27
HexE1DE3E0148C3b4938
Octal3413367601110147311170
Binary111000011101111011111001100100011001110111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DE3E; }

 p { color: rgb(225,222,62); }

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

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

 a { background-color: rgb(225,222,62); }

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

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

 span { border-color: rgb(225,222,62); }

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