#E2ED45

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

Shades of Starship #E2ED45

Tints of Starship #E2ED45

Color information

#E2ED45 (or 0xE2ED45) is unknown color: approx Starship. HEX triplet: E2, ED and 45. RGB value is (226,237,69). Sum of RGB (Red+Green+Blue) = 226+237+69=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 69 (27.34% from 255 or 12.97% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2ED45 is #1D12BA. Grayscale: #D7D7D7. Windows color (decimal): -1905339 or 4582882. OLE color: 4582882.

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

Color convert

RGB22623769-
CMYK0.0500.710.07
HSL63.93º82.35%60%-
HSV(B)63.93º70.89%92.94%-
XYZ62.7277.1717.22-
YUV214.5645.86136.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.48%
GREEN value IS 237 (92.97% from 255) = 44.55%
BLUE value IS 69 (27.34% from 255) = 12.97%
R=42.48%
G=44.55%
B=12.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal226237690.0500.710.0763.9382.3560
HexE2ED455047740523c
Octal34235510550107710012274
Binary111000101110110110001011010100011111110000001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ED45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ED45; }

 p { color: rgb(226,237,69); }

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

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

 a { background-color: rgb(226,237,69); }

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

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

 span { border-color: rgb(226,237,69); }

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