#E1E034

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

Shades of Starship #E1E034

Tints of Starship #E1E034

Color information

#E1E034 (or 0xE1E034) is unknown color: approx Starship. HEX triplet: E1, E0 and 34. RGB value is (225,224,52). Sum of RGB (Red+Green+Blue) = 225+224+52=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E034 is #1E1FCB. Grayscale: #CDCDCD. Windows color (decimal): -1974220 or 3465441. OLE color: 3465441.

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

Color convert

RGB22522452-
CMYK00.000.770.12
HSL59.65º74.25%54.31%-
HSV(B)59.65º76.89%88.24%-
XYZ58.3369.5713.6-
YUV204.6941.83142.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 224 (87.89% from 255) = 44.71%
BLUE value IS 52 (20.70% from 255) = 10.38%
R=44.91%
G=44.71%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252245200.000.770.1259.6574.2554.31
HexE1E034004DC3c4a36
Octal3413406400115147411266
Binary111000011110000011010000100110111001111001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E034; }

 p { color: rgb(225,224,52); }

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

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

 a { background-color: rgb(225,224,52); }

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

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

 span { border-color: rgb(225,224,52); }

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