#E1E535

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

Shades of Starship #E1E535

Tints of Starship #E1E535

Color information

#E1E535 (or 0xE1E535) is unknown color: approx Starship. HEX triplet: E1, E5 and 35. RGB value is (225,229,53). Sum of RGB (Red+Green+Blue) = 225+229+53=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 53 (21.09% from 255 or 10.45% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E535 is #1E1ACA. Grayscale: #D0D0D0. Windows color (decimal): -1972939 or 3532257. OLE color: 3532257.

HSL color Cylindrical-coordinate representation of color #E1E535: hue angle of 61.36º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1E535 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB22522953-
CMYK0.0200.770.10
HSL61.36º77.19%55.29%-
HSV(B)61.36º76.86%89.8%-
XYZ59.7172.314.18-
YUV207.7440.67140.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.38%
GREEN value IS 229 (89.84% from 255) = 45.17%
BLUE value IS 53 (21.09% from 255) = 10.45%
R=44.38%
G=45.17%
B=10.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal225229530.0200.770.1061.3677.1955.29
HexE1E535204DA3d4d37
Octal3413456520115127511567
Binary1110000111100101110101100100110110101111011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E535; }

 p { color: rgb(225,229,53); }

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

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

 a { background-color: rgb(225,229,53); }

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

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

 span { border-color: rgb(225,229,53); }

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