#E0ED47

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

Shades of Starship #E0ED47

Tints of Starship #E0ED47

Color information

#E0ED47 (or 0xE0ED47) is unknown color: approx Starship. HEX triplet: E0, ED and 47. RGB value is (224,237,71). Sum of RGB (Red+Green+Blue) = 224+237+71=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 71 (28.12% from 255 or 13.35% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #E0ED47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0ED47 is #1F12B8. Grayscale: #D6D6D6. Windows color (decimal): -2036409 or 4713952. OLE color: 4713952.

HSL color Cylindrical-coordinate representation of color #E0ED47: hue angle of 64.7º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E0ED47 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB22423771-
CMYK0.0500.700.07
HSL64.7º82.18%60.39%-
HSV(B)64.7º70.04%92.94%-
XYZ62.1676.8717.52-
YUV214.1947.19135-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.11%
GREEN value IS 237 (92.97% from 255) = 44.55%
BLUE value IS 71 (28.12% from 255) = 13.35%
R=42.11%
G=44.55%
B=13.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal224237710.0500.700.0764.782.1860.39
HexE0ED475046741523c
Octal34035510750106710112274
Binary111000001110110110001111010100011011110000011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ED47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ED47; }

 p { color: rgb(224,237,71); }

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

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

 a { background-color: rgb(224,237,71); }

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

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

 span { border-color: rgb(224,237,71); }

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