#E5E13F

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

Shades of Starship #E5E13F

Tints of Starship #E5E13F

Color information

#E5E13F (or 0xE5E13F) is unknown color: approx Starship. HEX triplet: E5, E1 and 3F. RGB value is (229,225,63). Sum of RGB (Red+Green+Blue) = 229+225+63=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E13F is #1A1EC0. Grayscale: #D0D0D0. Windows color (decimal): -1711809 or 4186597. OLE color: 4186597.

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

Color convert

RGB22922563-
CMYK00.020.720.10
HSL58.55º76.15%57.25%-
HSV(B)58.55º72.49%89.8%-
XYZ60.1470.8715.21-
YUV207.7346.33143.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.29%
GREEN value IS 225 (88.28% from 255) = 43.52%
BLUE value IS 63 (25% from 255) = 12.19%
R=44.29%
G=43.52%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292256300.020.720.1058.5576.1557.25
HexE5E13F0248A3b4c39
Octal3453417702110127311471
Binary1110010111100001111111010100100010101110111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E13F; }

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

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

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

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

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

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

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

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